Searched refs:codePoints (Results 1 – 3 of 3) sorted by relevance
271 int[] codePoints = null; in testNewString() local
104 int [] codePoints = new int[] { 65, 66, 67, 68, 69 }; in constructorTest() local125 String s14 = new String(codePoints, 1, 3); in constructorTest()
835 int[] codePoints = new int[sb.codePointCount(0, sb.length())]; in testStringConstructors() local837 codePoints[i] = sb.codePointAt(i); in testStringConstructors()841 s = (String) mh.invokeExact(codePoints, 0, codePoints.length); in testStringConstructors()