Searched refs:testAppendCodePoint (Results 1 – 2 of 2) sorted by relevance
218 testAppendCodePoint(-1, IllegalArgumentException.class); in test4()219 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class); in test4()339 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint() method in Supplementary
220 testAppendCodePoint(-1, IllegalArgumentException.class); in test4()221 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class); in test4()354 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint() method in Supplementary