Searched refs:UCPTRIE_FAST_U8_PREV (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 517 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) { \ macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 650 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/ |
D | normalizer2impl.cpp | 1948 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()
|