Searched refs:SIMPLE_REPLACEMENTS (Results 1 – 2 of 2) sorted by relevance
35 private static final Map<Character, String> SIMPLE_REPLACEMENTS = field in ArrayBasedUnicodeEscaperTest45 UnicodeEscaper escaper = new ArrayBasedUnicodeEscaper(SIMPLE_REPLACEMENTS, in testReplacements()97 new ArrayBasedUnicodeEscaper(SIMPLE_REPLACEMENTS, ' ', '~', null) { in testReplacementPriority()
35 private static final Map<Character, String> SIMPLE_REPLACEMENTS = field in ArrayBasedCharEscaperTest83 new ArrayBasedCharEscaper(SIMPLE_REPLACEMENTS, ' ', '~') { in testReplacementPriority()