Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp687 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); in decomposeShort()
907 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend()
1109 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose()
1508 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1672 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1996 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); in hasCompBoundaryBefore()
2053 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in findNextCompBoundary()
2324 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in findNextFCDBoundary()
/external/icu/icu4c/source/common/unicode/
Ducptrie.h406 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) { \ macro
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c440 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value); in testTrieUTF16()
442 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_32, p, limit, c, value); in testTrieUTF16()
444 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16()