Searched refs:UCPTRIE_ASCII_GET (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 517 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 517 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 518 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 208 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters() 210 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_32, start); in testTrieGetters() 212 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
|