Searched refs:shifted12HighStart (Results 1 - 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 73 uint16_t shifted12HighStart; member 467 (__lead = __lead >= (trie)->shifted12HighStart ? \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 73 uint16_t shifted12HighStart; member 467 (__lead = __lead >= (trie)->shifted12HighStart ? \
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 74 uint16_t shifted12HighStart; member 468 (__lead = __lead >= (trie)->shifted12HighStart ? \
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | writesrc.cpp | 277 " 0x%lx, 0x%x,\n" // highStart, shifted12HighStart in usrc_writeUCPTrieStruct() 283 (long)pTrie->highStart, pTrie->shifted12HighStart, in usrc_writeUCPTrieStruct()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.cpp | 318 " 0x%lx, 0x%x,\n" // highStart, shifted12HighStart in usrc_writeUCPTrieStruct() 327 "shifted12HighStart = 0x%x\n" in usrc_writeUCPTrieStruct() 338 (long)pTrie->highStart, pTrie->shifted12HighStart, in usrc_writeUCPTrieStruct()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 309 " 0x%lx, 0x%x,\n" // highStart, shifted12HighStart in usrc_writeUCPTrieStruct() 318 "shifted12HighStart = 0x%x\n" in usrc_writeUCPTrieStruct() 329 (long)pTrie->highStart, pTrie->shifted12HighStart, in usrc_writeUCPTrieStruct()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 81 tempTrie.shifted12HighStart = (tempTrie.highStart + 0xfff) >> 12; in ucptrie_openFromBinary() 191 // Possible because the UTF-8 macro compares with shifted12HighStart which may be higher. in ucptrie_internalSmallU8Index()
|
H A D | umutablecptrie.cpp | 1669 // Round up shifted12HighStart to a multiple of 0x1000 for easy testing from UTF-8 lead bytes. in build() 1671 trie->shifted12HighStart = (highStart + 0xfff) >> 12; in build()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 81 tempTrie.shifted12HighStart = (tempTrie.highStart + 0xfff) >> 12; in ucptrie_openFromBinary() 191 // Possible because the UTF-8 macro compares with shifted12HighStart which may be higher. in ucptrie_internalSmallU8Index()
|
H A D | umutablecptrie.cpp | 1669 // Round up shifted12HighStart to a multiple of 0x1000 for easy testing from UTF-8 lead bytes. in build() 1671 trie->shifted12HighStart = (highStart + 0xfff) >> 12; in build()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 81 tempTrie.shifted12HighStart = (tempTrie.highStart + 0xfff) >> 12; in ucptrie_openFromBinary() 191 // Possible because the UTF-8 macro compares with shifted12HighStart which may be higher. in ucptrie_internalSmallU8Index()
|
H A D | umutablecptrie.cpp | 1669 // Round up shifted12HighStart to a multiple of 0x1000 for easy testing from UTF-8 lead bytes. in build() 1671 trie->shifted12HighStart = (highStart + 0xfff) >> 12; in build()
|
Completed in 17 milliseconds