Searched refs:codePoints (Results 1 – 1 of 1) sorted by relevance
97 int [] codePoints = new int[] { 65, 66, 67, 68, 69 }; in constructorTest() local118 String s14 = new String(codePoints, 1, 3); in constructorTest()