Searched refs:UCPTRIE_OPTIONS_VALUE_BITS_MASK (Results 1 – 3 of 3) sorted by relevance
65 UCPTRIE_OPTIONS_VALUE_BITS_MASK = 7, enumerator
213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
51 int32_t valueWidthInt = options & UCPTRIE_OPTIONS_VALUE_BITS_MASK; in ucptrie_openFromBinary()