Home
last modified time | relevance | path

Searched refs:SIMPLE_REPLACEMENTS (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/escape/
DArrayBasedUnicodeEscaperTest.java35 private static final Map<Character, String> SIMPLE_REPLACEMENTS = field in ArrayBasedUnicodeEscaperTest
45 UnicodeEscaper escaper = new ArrayBasedUnicodeEscaper(SIMPLE_REPLACEMENTS, in testReplacements()
97 new ArrayBasedUnicodeEscaper(SIMPLE_REPLACEMENTS, ' ', '~', null) { in testReplacementPriority()
DArrayBasedCharEscaperTest.java35 private static final Map<Character, String> SIMPLE_REPLACEMENTS = field in ArrayBasedCharEscaperTest
83 new ArrayBasedCharEscaper(SIMPLE_REPLACEMENTS, ' ', '~') { in testReplacementPriority()