Searched refs:UCPTRIE_FAST_U16_PREV (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 417 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ macro 485 * Unlike UCPTRIE_FAST_U16_PREV() this UTF-8 macro does not provide the code point
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 417 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ macro 485 * Unlike UCPTRIE_FAST_U16_PREV() this UTF-8 macro does not provide the code point
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 418 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ macro 486 * Unlike UCPTRIE_FAST_U16_PREV() this UTF-8 macro does not provide the code point
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 1671 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); 1771 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, n16); 2149 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2169 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2451 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.cpp | 1671 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); 1771 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, n16); 2149 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2169 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2451 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 1671 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, norm16); 1771 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, prevBoundary, p, c, n16); 2149 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2169 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16); 2451 UCPTRIE_FAST_U16_PREV(normTrie, UCPTRIE_16, start, p, c, norm16);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucptrietest.c | 471 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_16, s, p, c, value); in testTrieUTF16() 473 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_32, s, p, c, value); in testTrieUTF16() 475 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value); in testTrieUTF16()
|
Completed in 13 milliseconds