Searched refs:ESCAPES (Results 1 – 2 of 2) sorted by relevance
29 ESCAPES = { variable238 code = ESCAPES.get(escape)273 code = ESCAPES.get(escape)802 this = makechar(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()