/third_party/skia/third_party/externals/icu/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() 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeUTF8() 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeShort() 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend() 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose() 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); 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()
|
/third_party/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() 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeUTF8() 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeShort() 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend() 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose() 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); 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 | 763 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|
/third_party/node/deps/icu-small/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() 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeUTF8() 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); in decomposeShort() 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in decomposeAndAppend() 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); in recompose() 1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) in compose() 1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose() 1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); 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 | 733 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 208 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters() 223 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 236 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters() 249 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters() 257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters() 311 value = UCPTRIE_FAST_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 312 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 322 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters() 323 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters() 443 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value); in testTrieUTF16() [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
|