Home | History | Annotate | Download | only in base

Lines Matching refs:JS_ESCAPE_CHARS

3117     return JS_ESCAPE_CHARS.contains(codepoint);
3162 private static final Set<Integer> JS_ESCAPE_CHARS = new UnicodeSetBuilder()