Home | History | Annotate | Download | only in coll

Lines Matching defs:forbidSurrogateCodePoints

439     protected boolean forbidSurrogateCodePoints() {
633 if(isSurrogate(c) && forbidSurrogateCodePoints()) {