Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIllegalFormatCodePointExceptionTest.java45 assertEquals(codePoint, illegalFormatCodePointException.getCodePoint()); in test_getCodePoint()
69 assertEquals("CodePoint", initEx.getCodePoint(), desrEx
70 .getCodePoint());
/libcore/ojluni/src/main/java/java/util/
DIllegalFormatCodePointException.java62 public int getCodePoint() { in getCodePoint() method in IllegalFormatCodePointException