Searched refs:forbidSurrogateCodePoints (Results 1 – 6 of 6) sorted by relevance
66 virtual UBool forbidSurrogateCodePoints() const;
258 virtual UBool forbidSurrogateCodePoints() const;
223 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
90 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
439 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator633 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
437 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator631 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()