Searched refs:newListCount (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/make/src/classes/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java94 int len = newListCount[BMP][i] + newListCount[nonBMP][i];
184 int newNum = newListCount[BMP][i] + newListCount[nonBMP][i];
189 if (oldListCount[SURROGATE][i] != newListCount[nonBMP][i]) {
199 "(" + newListCount[BMP][i] +
200 " + " + newListCount[nonBMP][i] + ")");
207 newSuppSum += newListCount[nonBMP][i] * 4;
398 private static int[][] newListCount = new int[2][categoryNames.length]; field in class:CharacterCategory
415 if (newListCount[BM
[all...]

Completed in 165 milliseconds