Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16);
768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSr
[all...]
H A 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()
H A Drbbi.cpp763 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16);
768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSr
[all...]
H A 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()
H A Drbbi.cpp733 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16);
768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16);
1477 isCompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c))
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSr
[all...]
H A 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()
H A Drbbi.cpp749 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/icu/icu4c/source/test/cintltst/
H A 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, in testTrieUTF16()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducptrie.h326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[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_3
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducptrie.h326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[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_3
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducptrie.h327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[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_3
[all...]

Completed in 21 milliseconds