Searched refs:forbidSurrogateCodePoints (Results 1 – 6 of 6) sorted by relevance
63 virtual UBool forbidSurrogateCodePoints() const;
241 virtual UBool forbidSurrogateCodePoints() const;
221 CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in CollationIterator433 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
89 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints() function in UTF8CollationIterator
429 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator623 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()
431 protected boolean forbidSurrogateCodePoints() { in forbidSurrogateCodePoints() method in CollationIterator625 if(isSurrogate(c) && forbidSurrogateCodePoints()) { in appendCEsFromCE32()