Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/
DChars.java44 int[] ccExp = new int[n]; in testCharsAndCodePoints() local
48 cc[j] = (char)(ccExp[j] = cpExp[j] = r.nextInt(0x80)); in testCharsAndCodePoints()
50 testChars(cc, ccExp); in testCharsAndCodePoints()
55 cc[j] = (char)(ccExp[j] = cpExp[j] = r.nextInt(0x8000)); in testCharsAndCodePoints()
57 testChars(cc, ccExp); in testCharsAndCodePoints()
67 ccExp[j] = cc[j]; in testCharsAndCodePoints()
68 ccExp[j + 1] = cc[j + 1]; in testCharsAndCodePoints()
71 cc[j] = (char)(ccExp[j] = cpExp[k++] = r.nextInt(0x8000)); in testCharsAndCodePoints()
75 testChars(cc, ccExp); in testCharsAndCodePoints()