Home | History | Annotate | Download | only in i18n

Lines Matching defs:forbidSurrogateCodePoints

223 CollationIterator::forbidSurrogateCodePoints() const {
435 if(U_IS_SURROGATE(c) && forbidSurrogateCodePoints()) {