Searched refs:UCPTRIE_FAST_SHIFT (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie_impl.h | 78 UCPTRIE_BMP_INDEX_LENGTH = 0x10000 >> UCPTRIE_FAST_SHIFT, 81 UCPTRIE_SMALL_INDEX_LENGTH = UCPTRIE_SMALL_LIMIT >> UCPTRIE_FAST_SHIFT, 235 * Shift the code point right by UCPTRIE_FAST_SHIFT=6 bits,
|
H A D | umutablecptrie.cpp | 40 constexpr int32_t SMALL_DATA_BLOCKS_PER_BMP_BLOCK = (1 << (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3)); 1197 int32_t fastIndexLength = fastILimit >> (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3); in compactIndex() 1198 if ((highStart >> UCPTRIE_FAST_SHIFT) <= fastIndexLength) { in compactIndex()
|
H A D | ucptrie.cpp | 292 i3 = c >> UCPTRIE_FAST_SHIFT; in getRange()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie_impl.h | 74 constexpr int32_t UCPTRIE_BMP_INDEX_LENGTH = 0x10000 >> UCPTRIE_FAST_SHIFT; 77 constexpr int32_t UCPTRIE_SMALL_INDEX_LENGTH = UCPTRIE_SMALL_LIMIT >> UCPTRIE_FAST_SHIFT; 231 * Shift the code point right by UCPTRIE_FAST_SHIFT=6 bits,
|
H A D | umutablecptrie.cpp | 40 constexpr int32_t SMALL_DATA_BLOCKS_PER_BMP_BLOCK = (1 << (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3)); 1197 int32_t fastIndexLength = fastILimit >> (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3); in compactIndex() 1198 if ((highStart >> UCPTRIE_FAST_SHIFT) <= fastIndexLength) { in compactIndex()
|
H A D | ucptrie.cpp | 292 i3 = c >> UCPTRIE_FAST_SHIFT; in getRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie_impl.h | 74 constexpr int32_t UCPTRIE_BMP_INDEX_LENGTH = 0x10000 >> UCPTRIE_FAST_SHIFT; 77 constexpr int32_t UCPTRIE_SMALL_INDEX_LENGTH = UCPTRIE_SMALL_LIMIT >> UCPTRIE_FAST_SHIFT; 231 * Shift the code point right by UCPTRIE_FAST_SHIFT=6 bits,
|
H A D | umutablecptrie.cpp | 40 constexpr int32_t SMALL_DATA_BLOCKS_PER_BMP_BLOCK = (1 << (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3)); 1197 int32_t fastIndexLength = fastILimit >> (UCPTRIE_FAST_SHIFT - UCPTRIE_SHIFT_3); in compactIndex() 1198 if ((highStart >> UCPTRIE_FAST_SHIFT) <= fastIndexLength) { in compactIndex()
|
H A D | ucptrie.cpp | 292 i3 = c >> UCPTRIE_FAST_SHIFT; in getRange()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 555 UCPTRIE_FAST_SHIFT = 6, enumerator 558 UCPTRIE_FAST_DATA_BLOCK_LENGTH = 1 << UCPTRIE_FAST_SHIFT, 602 ((int32_t)(trie)->index[(c) >> UCPTRIE_FAST_SHIFT] + ((c) & UCPTRIE_FAST_DATA_MASK))
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 555 UCPTRIE_FAST_SHIFT = 6, enumerator 558 UCPTRIE_FAST_DATA_BLOCK_LENGTH = 1 << UCPTRIE_FAST_SHIFT, 602 ((int32_t)(trie)->index[(c) >> UCPTRIE_FAST_SHIFT] + ((c) & UCPTRIE_FAST_DATA_MASK))
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 556 UCPTRIE_FAST_SHIFT = 6, enumerator 559 UCPTRIE_FAST_DATA_BLOCK_LENGTH = 1 << UCPTRIE_FAST_SHIFT, 603 ((int32_t)(trie)->index[(c) >> UCPTRIE_FAST_SHIFT] + ((c) & UCPTRIE_FAST_DATA_MASK))
|
Completed in 16 milliseconds