다음을 통해 공유


UProperty.GeneralCategoryMask Field

Definition

Caution

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

Bitmask property General_Category_Mask.

[Android.Runtime.Register("GENERAL_CATEGORY_MASK", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.GeneralCategoryMask'. This class will be removed in a future release.")]
public const int GeneralCategoryMask = 8192;
[<Android.Runtime.Register("GENERAL_CATEGORY_MASK", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.GeneralCategoryMask'. This class will be removed in a future release.")>]
val mutable GeneralCategoryMask : int

Field Value

Value = 8192
Attributes

Remarks

Bitmask property General_Category_Mask. This is the General_Category property returned as a bit mask. When used in UCharacter.getIntPropertyValue(c), returns bit masks for UCharacterCategory values where exactly one bit is set. When used with UCharacter.getPropertyValueName() and UCharacter.getPropertyValueEnum(), a multi-bit mask is used for sets of categories like "Letters".

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

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