Home
last modified time | relevance | path

Searched refs:UCPTRIE_16 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp610 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 …]
Dnormalizer2impl.h267 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()
Drbbi.cpp749 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp610 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 …]
Dnormalizer2impl.h267 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()
Drbbi.cpp763 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp610 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 …]
Dnormalizer2impl.h267 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()
Drbbi.cpp733 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c208 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/
Ducptrie.h326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) macro