Partager via


BreakIterator.GetSentenceInstance Method

Definition

Overloads

GetSentenceInstance(ULocale)

<strong>[icu]</strong> Returns a new instance of BreakIterator that locates sentence boundaries.

GetSentenceInstance(Locale)

Returns a new instance of BreakIterator that locates sentence boundaries.

GetSentenceInstance(ULocale)

<strong>[icu]</strong> Returns a new instance of BreakIterator that locates sentence boundaries.

[Android.Runtime.Register("getSentenceInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetSentenceInstance (Android.Icu.Util.ULocale? where);
[<Android.Runtime.Register("getSentenceInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetSentenceInstance : 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 sentence boundaries.

Attributes

Remarks

<strong>[icu]</strong> Returns a new instance of BreakIterator that locates sentence boundaries.

Java documentation for android.icu.text.BreakIterator.getSentenceInstance(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

GetSentenceInstance(Locale)

Returns a new instance of BreakIterator that locates sentence boundaries.

[Android.Runtime.Register("getSentenceInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)]
public static Android.Icu.Text.BreakIterator? GetSentenceInstance (Java.Util.Locale? where);
[<Android.Runtime.Register("getSentenceInstance", "(Ljava/util/Locale;)Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member GetSentenceInstance : 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 sentence boundaries.

Attributes

Remarks

Returns a new instance of BreakIterator that locates sentence boundaries.

Java documentation for android.icu.text.BreakIterator.getSentenceInstance(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.

Applies to