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

/openjdk9/jdk/make/src/classes/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java189 if (oldListCount[SURROGATE][i] != newListCount[nonBMP][i]) {
195 "(" + oldListCount[BEFORE][i] +
196 " + " + oldListCount[SURROGATE][i] +
197 " + " + oldListCount[AFTER][i] + ")" +
202 oldSum += oldListCount[BEFORE][i] * 2 +
203 oldListCount[SURROGATE][i] * 4 +
204 oldListCount[AFTER][i] * 2;
206 oldSuppSum += oldListCount[SURROGATE][i] * 4;
233 private static int[][] oldListCount = new int[3][categoryNames.length]; field in class:CharacterCategory
249 oldListCount[
[all...]

Completed in 86 milliseconds