Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/net/
DPercentEscaperTest.java69 UnicodeEscaper spaceEscaper = new PercentEscaper(" ", false); in testPlusForSpace() local
73 assertEquals("string with spaces", spaceEscaper.escape("string with spaces")); in testPlusForSpace()
/external/guava/android/guava-tests/test/com/google/common/net/
DPercentEscaperTest.java69 UnicodeEscaper spaceEscaper = new PercentEscaper(" ", false); in testPlusForSpace() local
73 assertEquals("string with spaces", spaceEscaper.escape("string with spaces")); in testPlusForSpace()