Searched refs:UCPTRIE_8 (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 212 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters() 227 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters() 240 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters() 253 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters() 261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters() 317 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters() 318 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters() 328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters() 329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters() 447 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16() [all …]
|
/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 | rbbi.cpp | 729 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
|
/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()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 346 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 346 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi.cpp | 745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
|