Home
last modified time | relevance | path

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

/art/test/020-string/src/
DMain.java96 int [] codePoints = new int[] { 65, 66, 67, 68, 69 }; in constructorTest() local
117 String s14 = new String(codePoints, 1, 3); in constructorTest()