Searched refs:UCPTRIE_SMALL_GET (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 255 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters() 257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters() 259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters() 320 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 321 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 323 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, -1); in testTrieGetters() 324 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters() 326 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters() 327 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 371 #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
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 390 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 371 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
|