Searched refs:callToString (Results 1 – 1 of 1) sorted by relevance
625 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