Searched refs:UCPTRIE_32 (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 208 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_32, start); in testTrieGetters() 223 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 236 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 249 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, start); in testTrieGetters() 257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters() 312 value = UCPTRIE_FAST_GET(trie, UCPTRIE_32, -1); in testTrieGetters() 313 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, 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() 443 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_32, p, limit, c, value); in testTrieUTF16() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 356 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro
|