다음을 통해 공유


UProperty.Alphabetic Field

Definition

Caution

Use 'Android.Icu.Lang.IUProperty.Alphabetic'. This class will be removed in a future release.

Binary property Alphabetic.

[Android.Runtime.Register("ALPHABETIC", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.Alphabetic'. This class will be removed in a future release.")]
public const int Alphabetic = 0;
[<Android.Runtime.Register("ALPHABETIC", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.Alphabetic'. This class will be removed in a future release.")>]
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