Searched refs:UCPTRIE_16 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 611 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in decompose() 620 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose() 687 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); in decomposeShort() 745 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeShort() 907 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend() 1109 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose() 1344 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1356 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1508 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose() 1538 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); in compose() [all …]
|
D | normalizer2impl.h | 267 return U_IS_LEAD(c) ? INERT : 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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 205 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters() 220 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 233 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 246 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters() 254 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters() 308 value = UCPTRIE_FAST_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 309 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 319 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 320 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 440 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value); in testTrieUTF16() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 346 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|