Searched refs:surrogateValue (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointMap.java | 401 public boolean getRange(int start, RangeOption option, int surrogateValue, in getRange() argument 416 if (range.value == surrogateValue) { in getRange() 429 range.value = surrogateValue; in getRange() 437 if (getRange(surrEnd + 1, filter, range) && range.value == surrogateValue) { in getRange() 443 range.value = surrogateValue; in getRange()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CodePointMap.java | 383 public boolean getRange(int start, RangeOption option, int surrogateValue, in getRange() argument 398 if (range.value == surrogateValue) { in getRange() 411 range.value = surrogateValue; in getRange() 419 if (getRange(surrEnd + 1, filter, range) && range.value == surrogateValue) { in getRange() 425 range.value = surrogateValue; in getRange()
|
/external/icu/icu4c/source/common/ |
D | ucptrie.cpp | 417 UCPMapRangeOption option, uint32_t surrogateValue, in ucptrie_internalGetRange() argument 433 if (*pValue == surrogateValue) { in ucptrie_internalGetRange() 445 *pValue = surrogateValue; in ucptrie_internalGetRange() 454 if (value2 == surrogateValue) { in ucptrie_internalGetRange() 462 UCPMapRangeOption option, uint32_t surrogateValue, in ucptrie_getRange() argument 465 option, surrogateValue, in ucptrie_getRange() 596 UCPMapRangeOption option, uint32_t surrogateValue, in ucpmap_getRange() argument 599 option, surrogateValue, in ucpmap_getRange()
|
D | ucptrie_impl.h | 139 UCPMapRangeOption option, uint32_t surrogateValue,
|
D | umutablecptrie.cpp | 1809 UCPMapRangeOption option, uint32_t surrogateValue, in umutablecptrie_getRange() argument 1812 option, surrogateValue, in umutablecptrie_getRange()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucpmap.h | 156 UCPMapRangeOption option, uint32_t surrogateValue,
|
D | umutablecptrie.h | 173 UCPMapRangeOption option, uint32_t surrogateValue,
|
D | ucptrie.h | 317 UCPMapRangeOption option, uint32_t surrogateValue,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucpmap.h | 156 UCPMapRangeOption option, uint32_t surrogateValue,
|