Share via


IUProperty.Alphabetic Field

Definition

Binary property Alphabetic.

[Android.Runtime.Register("ALPHABETIC", ApiSince=24)]
public const int Alphabetic = 0;
[<Android.Runtime.Register("ALPHABETIC", ApiSince=24)>]
val mutable Alphabetic : int

Field Value

Value = 0
Attributes

Remarks

Binary property Alphabetic.

Property for UCharacter.isUAlphabetic(), different from the property in UCharacter.isalpha().

Lu + Ll + Lt + Lm + Lo + Nl + Other_Alphabetic.

Java documentation for android.icu.lang.UProperty.ALPHABETIC.

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