BreakIterator.GetCharacterInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetCharacterInstance(ULocale) |
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates logical-character boundaries. |
GetCharacterInstance(Locale) |
Returns a new instance of BreakIterator that locates logical-character boundaries. |
GetCharacterInstance(ULocale)
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates logical-character boundaries.
[Android.Runtime.Register("getCharacterInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetCharacterInstance (Android.Icu.Util.ULocale? where);
[<Android.Runtime.Register("getCharacterInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetCharacterInstance : Android.Icu.Util.ULocale -> Android.Icu.Text.BreakIterator
Parameters
- where
- ULocale
A Locale specifying the language of the text being analyzed.
Returns
A new instance of BreakIterator that locates logical-character boundaries.
- Attributes
Remarks
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates logical-character boundaries.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetCharacterInstance(Locale)
Returns a new instance of BreakIterator that locates logical-character boundaries.
[Android.Runtime.Register("getCharacterInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetCharacterInstance (Java.Util.Locale? where);
[<Android.Runtime.Register("getCharacterInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetCharacterInstance : Java.Util.Locale -> Android.Icu.Text.BreakIterator
Parameters
- where
- Locale
A Locale specifying the language of the text being analyzed.
Returns
A new instance of BreakIterator that locates logical-character boundaries.
- Attributes
Remarks
Returns a new instance of BreakIterator that locates logical-character boundaries.
Java documentation for android.icu.text.BreakIterator.getCharacterInstance(java.util.Locale)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.