Searched refs:UCPTRIE_32 (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucptrietest.c | 210 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_32, start); in testTrieGetters() 225 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 238 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_32, start); in testTrieGetters() 251 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, start); in testTrieGetters() 259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters() 314 value = UCPTRIE_FAST_GET(trie, UCPTRIE_32, -1); in testTrieGetters() 315 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, 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() 445 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_32, in testTrieUTF16() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 336 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro 353 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 365 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 379 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 410 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 445 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 491 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 512 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 525 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 537 * @param dataAccess UCPTRIE_16, UCPTRIE_32, o [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 336 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro 353 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 365 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 379 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 410 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 445 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 491 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 512 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 525 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 537 * @param dataAccess UCPTRIE_16, UCPTRIE_32, o [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) macro 354 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 366 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 380 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 411 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 446 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 492 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 513 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 526 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie’s value width 538 * @param dataAccess UCPTRIE_16, UCPTRIE_32, o [all...] |
Completed in 5 milliseconds