Searched refs:writeEscapedChar (Results 1 – 2 of 2) sorted by relevance
39 Utf8Utils.writeEscapedChar(writer, val); in writeTo()
181 public static void writeEscapedChar(Writer writer, char c) throws IOException { in writeEscapedChar() method in Utf8Utils