Share via


WordSegmentFinder Constructors

Definition

Overloads

WordSegmentFinder(ICharSequence, ULocale)
WordSegmentFinder(IntPtr, JniHandleOwnership)
WordSegmentFinder(String, ULocale)

WordSegmentFinder(ICharSequence, ULocale)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder (Java.Lang.ICharSequence text, Android.Icu.Util.ULocale locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : Java.Lang.ICharSequence * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinder

Parameters

locale
ULocale
Attributes

Applies to

WordSegmentFinder(IntPtr, JniHandleOwnership)

protected WordSegmentFinder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.WordSegmentFinder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.WordSegmentFinder

Parameters

javaReference
IntPtr

nativeint

Applies to

WordSegmentFinder(String, ULocale)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder (string text, Android.Icu.Util.ULocale locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : string * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinder

Parameters

text
String
locale
ULocale
Attributes

Applies to