Searched refs:ESCAPES (Results 1 – 3 of 3) sorted by relevance
30 ESCAPES = { variable239 code = ESCAPES.get(escape)283 code = ESCAPES.get(escape)827 this = makechar(ESCAPES[this][1])
31 ESCAPES = { variable297 code = ESCAPES.get(escape)348 code = ESCAPES.get(escape)1021 this = chr(ESCAPES[this][1])
557 private static final Map<Character, String> ESCAPES = new HashMap<Character, String>() { field in Utils577 String nc = ESCAPES.get(c); in escapeHtml()