Home
last modified time | relevance | path

Searched refs:UCPTRIE_FAST_SUPP_GET (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Ducptrie.h542 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A 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/
H A 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/
H A 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/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1489 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);
1750 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c);

Completed in 14 milliseconds