HomeSort by relevance Sort by last modified time
    Searched refs:forbidSurrogateCodePoints (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/
utf8collationiterator.h 57 * but the caller will treat them like U+FFFD because forbidSurrogateCodePoints() returns TRUE.
66 virtual UBool forbidSurrogateCodePoints() const;
collationiterator.h 258 virtual UBool forbidSurrogateCodePoints() const;
utf8collationiterator.cpp 90 UTF8CollationIterator::forbidSurrogateCodePoints() const {
collationiterator.cpp 223 CollationIterator::forbidSurrogateCodePoints() const {
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 439 protected boolean forbidSurrogateCodePoints() {
633 if(isSurrogate(c) && forbidSurrogateCodePoints()) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 437 protected boolean forbidSurrogateCodePoints() {
631 if(isSurrogate(c) && forbidSurrogateCodePoints()) {
    [all...]

Completed in 273 milliseconds