Searched refs:UTRIE2_U16_NEXT16 (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie2.h | 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… macro
|
D | utrie2.cpp | 659 UTRIE2_U16_NEXT16(trie, codePointLimit, limit, codePoint, result); in next16()
|
D | ucnvsel.cpp | 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString()
|
/third_party/icu/icu4c/source/common/ |
D | utrie2.h | 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… macro
|
D | utrie2.cpp | 659 UTRIE2_U16_NEXT16(trie, codePointLimit, limit, codePoint, result); in next16()
|
D | ucnvsel.cpp | 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString()
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie2.h | 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… macro
|
D | utrie2.cpp | 659 UTRIE2_U16_NEXT16(trie, codePointLimit, limit, codePoint, result); in next16()
|
D | ucnvsel.cpp | 774 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex); in ucnvsel_selectForString()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 312 UTRIE2_U16_NEXT16(trie, p, limit, c, value); in testTrieUTF16()
|