Home
last modified time | relevance | path

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

/art/test/476-checker-ctor-memory-barrier/src/
DMain.java271 int[] codePoints = null; in testNewString() local
/art/test/020-string/src/
DMain.java104 int [] codePoints = new int[] { 65, 66, 67, 68, 69 }; in constructorTest() local
125 String s14 = new String(codePoints, 1, 3); in constructorTest()
/art/test/956-methodhandles/src/
DMain.java835 int[] codePoints = new int[sb.codePointCount(0, sb.length())]; in testStringConstructors() local
837 codePoints[i] = sb.codePointAt(i); in testStringConstructors()
841 s = (String) mh.invokeExact(codePoints, 0, codePoints.length); in testStringConstructors()