Searched refs:SIMPLE_ESCAPER (Results 1 – 2 of 2) sorted by relevance
48 private static final UnicodeEscaper SIMPLE_ESCAPER = field in UnicodeEscaperTest64 UnicodeEscaper e = SIMPLE_ESCAPER; in testSimpleEscaper()83 assertEquals(expected.toString(), SIMPLE_ESCAPER.escape(input.toString())); in testGrowBuffer()87 UnicodeEscaper e = SIMPLE_ESCAPER; in testSurrogatePairs()122 escapeAsString(SIMPLE_ESCAPER, test); in testTrailingHighSurrogate()130 UnicodeEscaper e = SIMPLE_ESCAPER; in testNullInput()140 UnicodeEscaper e = SIMPLE_ESCAPER; in testBadStrings()