/third_party/node/deps/icu-small/source/common/ |
D | emojiprops.cpp | 117 while ((end = ucptrie_getRange(cpTrie, start, UCPMAP_RANGE_NORMAL, 0, in addPropertyStarts()
|
D | ucptrie.cpp | 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, in ucptrie_getRange() function 598 return ucptrie_getRange(reinterpret_cast<const UCPTrie *>(map), start, in ucpmap_getRange()
|
D | normalizer2impl.cpp | 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 520 while ((end = ucptrie_getRange(fCanonIterData->trie, start, UCPMAP_RANGE_NORMAL, 0, in addCanonIterPropertyStarts() 2546 while ((end = ucptrie_getRange(impl->normTrie, start, in doInit()
|
D | uprops.cpp | 849 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in uprops_addPropertyStarts()
|
D | umutablecptrie.cpp | 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPTrie()
|
/third_party/icu/icu4c/source/common/ |
D | emojiprops.cpp | 117 while ((end = ucptrie_getRange(cpTrie, start, UCPMAP_RANGE_NORMAL, 0, in addPropertyStarts()
|
D | ucptrie.cpp | 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, in ucptrie_getRange() function 598 return ucptrie_getRange(reinterpret_cast<const UCPTrie *>(map), start, in ucpmap_getRange()
|
D | normalizer2impl.cpp | 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 520 while ((end = ucptrie_getRange(fCanonIterData->trie, start, UCPMAP_RANGE_NORMAL, 0, in addCanonIterPropertyStarts() 2546 while ((end = ucptrie_getRange(impl->normTrie, start, in doInit()
|
D | uprops.cpp | 773 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in uprops_addPropertyStarts()
|
D | umutablecptrie.cpp | 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPTrie()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, in ucptrie_getRange() function 598 return ucptrie_getRange(reinterpret_cast<const UCPTrie *>(map), start, in ucpmap_getRange()
|
D | normalizer2impl.cpp | 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 520 while ((end = ucptrie_getRange(fCanonIterData->trie, start, UCPMAP_RANGE_NORMAL, 0, in addCanonIterPropertyStarts() 2543 while ((end = ucptrie_getRange(impl->normTrie, start, in doInit()
|
D | uprops.cpp | 740 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in uprops_addPropertyStarts()
|
D | umutablecptrie.cpp | 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPTrie()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 296 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
|
D | urename.h | 803 #define ucptrie_getRange U_ICU_ENTRY_POINT_RENAME(ucptrie_getRange) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 296 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
|
D | urename.h | 802 #define ucptrie_getRange U_ICU_ENTRY_POINT_RENAME(ucptrie_getRange) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 297 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
|
D | urename.h | 793 #define ucptrie_getRange U_ICU_ENTRY_POINT_RENAME(ucptrie_getRange) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 143 ucptrie_getRange(trie, start, option, surrValue, NULL, NULL, &value) : in testTrieGetRanges() 160 … ucptrie_getRange(trie, start, option, surrValue ^ 0x5555, testFilter, NULL, &value) : in testTrieGetRanges() 176 ucptrie_getRange(trie, start, option, surrValue, NULL, NULL, NULL) : in testTrieGetRanges()
|