Home
last modified time | relevance | path

Searched refs:UTRIE2_U16_NEXT16 (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dutrie2.h411 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… macro
Dutrie2.cpp726 UTRIE2_U16_NEXT16(trie, codePointLimit, limit, codePoint, result); in next16()
Ducnvsel.cpp770 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString()
Dnormalizer2impl.cpp500 UTRIE2_U16_NEXT16(normTrie, src, limit, c, norm16); in decomposeShort()
761 UTRIE2_U16_NEXT16(normTrie, p, limit, c, norm16); in recompose()
/external/icu4c/test/cintltst/
Dtrie2test.c308 UTRIE2_U16_NEXT16(trie, p, limit, c, value); in testTrieUTF16()