Searched refs:UCPTRIE_FAST_GET (Results 1 - 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A 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/icu/icu4c/source/common/ |
H A D | emojiprops.cpp | 158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
|
H A 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()
|
H A 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()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | emojiprops.cpp | 158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
|
H A 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()
|
H A 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/unicode/ |
H A D | ucptrie.h | 246 * Easier to use than UCPTRIE_FAST_GET() and similar macros but slower. 358 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 246 * Easier to use than UCPTRIE_FAST_GET() and similar macros but slower. 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/ |
H A D | ucptrie.h | 247 * Easier to use than UCPTRIE_FAST_GET() and similar macros but slower. 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/ |
H A 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()
|
H A 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()
|
Completed in 17 milliseconds