Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/
DChars.java51 testCPs(cc, cpExp); in testCharsAndCodePoints()
58 testCPs(cc, cpExp); in testCharsAndCodePoints()
76 testCPs(cc, cpExp); in testCharsAndCodePoints()
87 static void testCPs(char[] cc, int[] expected) { in testCPs() method in Chars