Home
last modified time | relevance | path

Searched refs:UCPTRIE_FAST_SUPP_GET (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h542 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h542 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h543 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c236 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters()
238 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_32, start); in testTrieGetters()
240 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose()
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose()
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose()
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose()
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in decompose()
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in compose()
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); in composeQuickCheck()
/third_party/icu/docs/userguide/strings/
Dproperties.md341 U16_GET_SUPPLEMENTARY() and look up its value with UCPTRIE_FAST_SUPP_GET();