Home | History | Annotate | Download | only in coll

Lines Matching defs:isSurrogate

631                 if(isSurrogate(c) && forbidSurrogateCodePoints()) {
644 private static final boolean isSurrogate(int c) {