Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java611 callToChars1(-1, IllegalArgumentException.class); in testExceptions00()
612 callToChars1(MAX_SUPPLEMENTARY + 1, IllegalArgumentException.class); in testExceptions00()
745 private static void callToChars1(int codePoint, Class expectedException) { in callToChars1() method in Supplementary