Searched refs:UCPTRIE_FAST_BMP_GET (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 530 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 530 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 531 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucptrietest.c | 223 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 225 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 227 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1738 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.cpp | 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1738 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 1738 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
|
Completed in 13 milliseconds