Home
last modified time | relevance | path

Searched refs:UCPTRIE_FAST_U8_PREV (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h497 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h497 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h498 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c653 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_16, s, p, value); in testTrieUTF8()
655 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_32, s, p, value); in testTrieUTF8()
657 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_8, s, p, value); in testTrieUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2081 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, prevBoundary, p, norm16); in composeUTF8()
2159 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, start, p, norm16); in hasCompBoundaryAfter()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp2081 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, prevBoundary, p, norm16); in composeUTF8()
2159 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, start, p, norm16); in hasCompBoundaryAfter()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp2081 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, prevBoundary, p, norm16); in composeUTF8()
2159 UCPTRIE_FAST_U8_PREV(normTrie, UCPTRIE_16, start, p, norm16); in hasCompBoundaryAfter()