Searched refs:ccExp (Results 1 – 1 of 1) sorted by relevance
44 int[] ccExp = new int[n]; in testCharsAndCodePoints() local48 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()