Home
last modified time | relevance | path

Searched refs:forbidSurrogateCodePoints (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.h63 virtual UBool forbidSurrogateCodePoints() const;
Dcollationiterator.h241 virtual UBool forbidSurrogateCodePoints() const;
Dcollationiterator.cpp221 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator
433 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
Dutf8collationiterator.cpp89 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java429 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
623 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java431 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
625 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()