Searched refs:escapeAscii (Results 1 – 1 of 1) sorted by relevance
46 assertEscaping(e, escapeAscii(c), c); in testSimpleEscaper()91 assertEscaping(e, escapeAscii(c), c); in testCustomEscaper()152 private String escapeAscii(char c) { in escapeAscii() method in PercentEscaperTest