Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test/com/google/common/escape/
DArrayBasedUnicodeEscaperTest_gwt.java21 public void testCodePointsFromSurrogatePairs() throws Exception { in testCodePointsFromSurrogatePairs() method in ArrayBasedUnicodeEscaperTest_gwt
23 testCase.testCodePointsFromSurrogatePairs(); in testCodePointsFromSurrogatePairs()
/external/guava/guava-tests/test/com/google/common/escape/
DArrayBasedUnicodeEscaperTest.java111 public void testCodePointsFromSurrogatePairs() throws IOException { in testCodePointsFromSurrogatePairs() method in ArrayBasedUnicodeEscaperTest