Searched refs:UTRIE_GET16_FROM_PAIR (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utrie.h | 410 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie.h | 411 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… macro
|
/third_party/icu/icu4c/source/common/ |
D | utrie.h | 411 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… macro
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie.h | 411 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result,… macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | trietest.c | 218 UTRIE_GET16_FROM_PAIR(trie, c, c2, value); in testTrieIteration()
|