Home
last modified time | relevance | path

Searched refs:UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Ducptrie_impl.h63 UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK = 0xf00, enumerator
Ducptrie.cpp78 ((options & UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK) << 8) | header->dataNullOffset; in ucptrie_openFromBinary()
/third_party/node/deps/icu-small/source/common/
Ducptrie_impl.h59 constexpr uint16_t UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK = 0xf00; variable
Ducptrie.cpp78 ((options & UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK) << 8) | header->dataNullOffset; in ucptrie_openFromBinary()
/third_party/icu/icu4c/source/common/
Ducptrie_impl.h59 constexpr uint16_t UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK = 0xf00; variable
Ducptrie.cpp78 ((options & UCPTRIE_OPTIONS_DATA_NULL_OFFSET_MASK) << 8) | header->dataNullOffset; in ucptrie_openFromBinary()