Home
last modified time | relevance | path

Searched refs:UCPTRIE_FAST_GET (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c249 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters()
251 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, start); in testTrieGetters()
253 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 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()
314 value = UCPTRIE_FAST_GET(trie, UCPTRIE_32, -1); in testTrieGetters()
315 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters()
317 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
318 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
/third_party/node/deps/icu-small/source/common/
Demojiprops.cpp158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
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.cpp729 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
733 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
/third_party/icu/icu4c/source/common/
Demojiprops.cpp158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
Drbbi.cpp759 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
763 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()
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()
/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h358 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h358 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h359 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) macro
/third_party/skia/third_party/externals/icu/source/common/
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.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
749 return UCPTRIE_FAST_GET(trie, UCPTRIE_16, c); in TrieFunc16()