Searched refs:UCPTRIE_FAST_GET (Results 1 – 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 249 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters() 251 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, start); in testTrieGetters() 253 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters() 311 value = UCPTRIE_FAST_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 312 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 314 value = UCPTRIE_FAST_GET(trie, UCPTRIE_32, -1); in testTrieGetters() 315 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters() 317 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters() 318 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
|
/third_party/node/deps/icu-small/source/common/ |
D | emojiprops.cpp | 158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
|
D | normalizer2impl.h | 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16()
|
D | rbbi.cpp | 729 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8() 733 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|
/third_party/icu/icu4c/source/common/ |
D | emojiprops.cpp | 158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
|
D | rbbi.cpp | 759 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8() 763 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|
D | normalizer2impl.h | 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 358 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 358 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 359 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.h | 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16()
|
D | rbbi.cpp | 745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8() 749 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|