Home
last modified time | relevance | path

Searched refs:bitFlags (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEmojiProps.java121 private static final byte[] bitFlags = { field in EmojiProps
143 int bit = bitFlags[which - UProperty.EMOJI]; in hasBinaryProperty()
/third_party/node/deps/icu-small/source/common/
Demojiprops.cpp137 static constexpr int8_t bitFlags[] = { in hasBinaryPropertyImpl() local
154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl()
/third_party/icu/icu4c/source/common/
Demojiprops.cpp137 static constexpr int8_t bitFlags[] = { in hasBinaryPropertyImpl() local
154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl()