Home
last modified time | relevance | path

Searched refs:UCPTRIE_FAST_BMP_GET (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducptrie.h550 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) macro
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c220 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/
Dnormalizer2impl.cpp611 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()