AlphabeticIndex.AddLabels Method

Definition

Overloads

Name Description
AddLabels(UnicodeSet)

Add more index characters (aside from what are in the locale)

AddLabels(ULocale[])

Add more index characters (aside from what are in the locale)

AddLabels(Locale[])

Add more index characters (aside from what are in the locale)

AddLabels(UnicodeSet)

Add more index characters (aside from what are in the locale)

[Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels(Android.Icu.Text.UnicodeSet? additions);
[<Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
UnicodeSet

additional characters to add to the index, such as A-Z.

Returns

this, for chaining

Attributes

Remarks

Add more index characters (aside from what are in the locale)

Java documentation for android.icu.text.AlphabeticIndex.addLabels(android.icu.text.UnicodeSet).

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

AddLabels(ULocale[])

Add more index characters (aside from what are in the locale)

[Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels(params Android.Icu.Util.ULocale[]? additions);
[<Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Util.ULocale[] -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
ULocale[]

additional characters to add to the index, such as those in Swedish.

Returns

this, for chaining

Attributes

Remarks

Add more index characters (aside from what are in the locale)

Android reference for android.icu.text.AlphabeticIndex.addLabels.

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

AddLabels(Locale[])

Add more index characters (aside from what are in the locale)

[Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels(params Java.Util.Locale[]? additions);
[<Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Java.Util.Locale[] -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
Locale[]

additional characters to add to the index, such as those in Swedish.

Returns

this, for chaining

Attributes

Remarks

Add more index characters (aside from what are in the locale)

Android reference for android.icu.text.AlphabeticIndex.addLabels.

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