Searched refs:UCPTRIE_16 (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in decompose() 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); in decomposeShort() 744 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeShort() 906 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend() 1108 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose() 1343 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1355 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1507 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose() 1537 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); in compose() [all …]
|
D | normalizer2impl.h | 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16()
|
D | rbbi.cpp | 749 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 206 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters() 221 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 234 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 247 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters() 255 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters() 309 value = UCPTRIE_FAST_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 310 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 320 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 321 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 441 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value); in testTrieUTF16() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|
/external/icu/libicu/cts_headers/ |
D | normalizer2impl.h | 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16()
|