Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.h66 virtual UBool forbidSurrogateCodePoints() const;
Dcollationiterator.h243 virtual UBool forbidSurrogateCodePoints() const;
Dcollationiterator.cpp223 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
Dutf8collationiterator.cpp91 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java437 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
631 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java439 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
633 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()