Home | History | Annotate | Download | only in coll

Lines Matching defs:isSurrogate

633                 if(isSurrogate(c) && forbidSurrogateCodePoints()) {
646 private static final boolean isSurrogate(int c) {