Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducptrie.h437 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) { \ macro
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1538 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); in compose()
1638 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, n16); in composeQuickCheck()
2016 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); in hasCompBoundaryAfter()
2036 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); in findPreviousCompBoundary()
2308 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); in findPreviousFCDBoundary()
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c468 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_16, s, p, c, value); in testTrieUTF16()
470 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_32, s, p, c, value); in testTrieUTF16()
472 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value); in testTrieUTF16()