BreakIterator.TitleInstance Property
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.
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries.
public static Android.Icu.Text.BreakIterator? TitleInstance { [Android.Runtime.Register("getTitleInstance", "()Landroid/icu/text/BreakIterator;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTitleInstance", "()Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member TitleInstance : Android.Icu.Text.BreakIterator
Property Value
A new instance of BreakIterator that locates title boundaries.
- Attributes
Remarks
<strong>[icu]</strong> Returns a new instance of BreakIterator that locates title boundaries. This function assumes the text being analyzed is in the default locale's language. The iterator returned locates title boundaries as described for Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, please use a word boundary iterator. #getWordInstance
This member is deprecated. ICU 64 Use #getWordInstance
instead.
Java documentation for android.icu.text.BreakIterator.getTitleInstance()
.
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.