HomeSort by relevance Sort by last modified time
    Searched refs:UCPTRIE_OPTIONS_VALUE_BITS_MASK (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
ucptrie_impl.h 65 UCPTRIE_OPTIONS_VALUE_BITS_MASK = 7,
utrie_swap.cpp 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK);
ucptrie.cpp 51 int32_t valueWidthInt = options & UCPTRIE_OPTIONS_VALUE_BITS_MASK;

Completed in 349 milliseconds