Home
last modified time | relevance | path

Searched refs:forbidSurrogateCodePoints (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.h57 * but the caller will treat them like U+FFFD because forbidSurrogateCodePoints() returns true.
66 virtual UBool forbidSurrogateCodePoints() const override;
H A Dcollationiterator.h258 virtual UBool forbidSurrogateCodePoints() const;
H A Dcollationiterator.cpp223 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
H A Dutf8collationiterator.cpp90 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
/third_party/node/deps/icu-small/source/i18n/
H A Dutf8collationiterator.h57 * but the caller will treat them like U+FFFD because forbidSurrogateCodePoints() returns true.
66 virtual UBool forbidSurrogateCodePoints() const override;
H A Dcollationiterator.h258 virtual UBool forbidSurrogateCodePoints() const;
H A Dcollationiterator.cpp223 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
H A Dutf8collationiterator.cpp90 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutf8collationiterator.h57 * but the caller will treat them like U+FFFD because forbidSurrogateCodePoints() returns true.
66 virtual UBool forbidSurrogateCodePoints() const;
H A Dcollationiterator.h258 virtual UBool forbidSurrogateCodePoints() const;
H A Dcollationiterator.cpp223 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
H A Dutf8collationiterator.cpp90 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java437 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
631 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java439 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator
633 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()

Completed in 13 milliseconds