HomeSort by relevance Sort by last modified time
    Searched refs:NO_REPLACEMENTS (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/escape/
ArrayBasedCharEscaperTest.java 33 private static final Map<Character, String> NO_REPLACEMENTS =
44 new ArrayBasedCharEscaper(NO_REPLACEMENTS, 'A', 'Z') {
57 new ArrayBasedCharEscaper(NO_REPLACEMENTS, 'Z', 'A') {
69 new ArrayBasedCharEscaper(NO_REPLACEMENTS, ' ', '~') {
ArrayBasedUnicodeEscaperTest.java 33 private static final Map<Character, String> NO_REPLACEMENTS =
72 new ArrayBasedUnicodeEscaper(NO_REPLACEMENTS, 'A', 'Z', null) {
84 new ArrayBasedUnicodeEscaper(NO_REPLACEMENTS, ' ', '~', null) {
113 new ArrayBasedUnicodeEscaper(NO_REPLACEMENTS, 0, 0x20000, null) {

Completed in 493 milliseconds