BreakIterator.GetTitleInstance 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
GetTitleInstance(ULocale) |
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries. |
GetTitleInstance(Locale) |
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries. |
GetTitleInstance(ULocale)
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries.
[Android.Runtime.Register("getTitleInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetTitleInstance (Android.Icu.Util.ULocale? where);
[<Android.Runtime.Register("getTitleInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetTitleInstance : 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 title boundaries.
- Attributes
Remarks
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries. The iterator returned locates title boundaries as described for Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, please use Word Boundary iterator.#getWordInstance
This member is deprecated. ICU 64 Use #getWordInstance
instead.
Java documentation for android.icu.text.BreakIterator.getTitleInstance(android.icu.util.ULocale)
.
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
GetTitleInstance(Locale)
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries.
[Android.Runtime.Register("getTitleInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetTitleInstance (Java.Util.Locale? where);
[<Android.Runtime.Register("getTitleInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetTitleInstance : 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 title boundaries.
- Attributes
Remarks
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries. The iterator returned locates title boundaries as described for Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, please use Word Boundary iterator.#getWordInstance
This member is deprecated. ICU 64 Use #getWordInstance
instead.
Java documentation for android.icu.text.BreakIterator.getTitleInstance(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.