Searched refs:UCPTRIE_SMALL_GET (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters() 259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters() 261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters() 322 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 323 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 325 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, -1); in testTrieGetters() 326 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters() 328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters() 329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 371 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
|