Home
last modified time | relevance | path

Searched refs:shifted12HighStart (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducptrie.h74 uint16_t shifted12HighStart; member
487 (__lead = __lead >= (trie)->shifted12HighStart ? \
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp283 (long)pTrie->highStart, pTrie->shifted12HighStart, in usrc_writeUCPTrieStruct()
/external/icu/icu4c/source/common/
Ducptrie.cpp81 tempTrie.shifted12HighStart = (tempTrie.highStart + 0xfff) >> 12; in ucptrie_openFromBinary()
Dumutablecptrie.cpp1666 trie->shifted12HighStart = (highStart + 0xfff) >> 12; in build()