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

/openjdk9/jdk/make/src/classes/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java186 if (oldTotalCount[i] != newNum) {
194 oldTotalCount[i] +
232 private static int[] oldTotalCount = new int[categoryNames.length]; field in class:CharacterCategory
257 if (oldTotalCount[categoryNames.length-1] != 1) {
369 oldTotalCount[index]++;
535 if (oldTotalCount[i] != 0) {

Completed in 93 milliseconds