Searched refs:UCPTRIE_FAST_SUPP_GET (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 542 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 542 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 543 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 236 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 238 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 240 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 341 U16_GET_SUPPLEMENTARY() and look up its value with UCPTRIE_FAST_SUPP_GET();
|