Searched refs:UCPTRIE_FAST_SUPP_GET (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 562 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 233 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 235 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 237 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 620 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 1356 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1617 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
|