Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducptrie_impl.h65 UCPTRIE_OPTIONS_VALUE_BITS_MASK = 7, enumerator
Dutrie_swap.cpp213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
Ducptrie.cpp51 int32_t valueWidthInt = options & UCPTRIE_OPTIONS_VALUE_BITS_MASK; in ucptrie_openFromBinary()