Share via


IUProperty.GeneralCategoryMask Field

Definition

Bitmask property General_Category_Mask.

[Android.Runtime.Register("GENERAL_CATEGORY_MASK", ApiSince=24)]
public const int GeneralCategoryMask = 8192;
[<Android.Runtime.Register("GENERAL_CATEGORY_MASK", ApiSince=24)>]
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