Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducptrie.h517 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) { \ macro
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c650 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_16, s, p, value); in testTrieUTF8()
652 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_32, s, p, value); in testTrieUTF8()
654 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_8, s, p, value); in testTrieUTF8()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp1948 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, prevBoundary, p, norm16); in composeUTF8()
2026 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, start, p, norm16); in hasCompBoundaryAfter()