Searched refs:UCPTRIE_FAST_BMP_GET (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 550 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 220 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 222 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 224 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 611 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in decompose() 1344 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1605 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in composeQuickCheck()
|