Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducptrie_impl.h62 UCPTRIE_OPTIONS_DATA_LENGTH_MASK = 0xf000, enumerator
Dutrie_swap.cpp214 … dataLength = ((int32_t)(trie.options & UCPTRIE_OPTIONS_DATA_LENGTH_MASK) << 4) | trie.dataLength; in ucptrie_swap()
Ducptrie.cpp75 ((options & UCPTRIE_OPTIONS_DATA_LENGTH_MASK) << 4) | header->dataLength; in ucptrie_openFromBinary()