Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java625 callToString(Character.MIN_CODE_POINT - 1, IllegalArgumentException.class); in testExceptions00()
626 callToString(Character.MAX_CODE_POINT + 1, IllegalArgumentException.class); in testExceptions00()
866 private static void callToString(int codePoint, Class expectedException) { in callToString() method in Supplementary