Searched refs:TYPE_MASK (Results 1 – 7 of 7) sorted by relevance
80 public static final int TYPE_MASK = 0x1F; field in UCharacterProperty270 static final int MY_MASK = UCharacterProperty.TYPE_MASK566 return getProperty(c)&TYPE_MASK; in getType()
1585 public static final int TYPE_MASK=3; field in UCaseProps1593 return props&TYPE_MASK; in getTypeFromProps()
79 public static final int TYPE_MASK = 0x1F; field in UCharacterProperty269 static final int MY_MASK = UCharacterProperty.TYPE_MASK565 return getProperty(c)&TYPE_MASK; in getType()
1580 public static final int TYPE_MASK=3; field in UCaseProps1588 return props&TYPE_MASK; in getTypeFromProps()
44 const TYPE_MASK: u8 = 0x30; constant219 match (first & TYPE_MASK) >> 4 { in from_bytes()
5701 return value & UCharacterProperty.TYPE_MASK; in map()
5080 return value & UCharacterProperty.TYPE_MASK; in map()