Searched defs:CLASS_MASK (Results 1 – 4 of 4) sorted by relevance
95 #define CLASS_MASK (BIT(CLASS0_ID) | BIT(CLASS1_ID) | BIT(CLASS2_ID)\ macro
298 private static final int CLASS_MASK= 0x0000001f; field in UBiDiProps
302 private static final int CLASS_MASK= 0x0000001f; field in UBiDiProps
56 #define CLASS_MASK (0x03 << CLASS_SHIFT) macro