Searched refs:ucptrie_getRange (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/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 | 469 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 487 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 521 while ((end = ucptrie_getRange(fCanonIterData->trie, start, UCPMAP_RANGE_NORMAL, 0, in addCanonIterPropertyStarts() 2400 while ((end = ucptrie_getRange(impl->normTrie, start, in doInit()
|
D | uprops.cpp | 608 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in uprops_addPropertyStarts()
|
D | umutablecptrie.cpp | 238 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPTrie()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 316 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
|
D | urename.h | 775 #define ucptrie_getRange U_ICU_ENTRY_POINT_RENAME(ucptrie_getRange) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 140 ucptrie_getRange(trie, start, option, surrValue, NULL, NULL, &value) : in testTrieGetRanges() 157 … ucptrie_getRange(trie, start, option, surrValue ^ 0x5555, testFilter, NULL, &value) : in testTrieGetRanges() 173 ucptrie_getRange(trie, start, option, surrValue, NULL, NULL, NULL) : in testTrieGetRanges()
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 775 #define ucptrie_getRange U_ICU_ENTRY_POINT_RENAME(ucptrie_getRange) macro
|