Searched refs:BMP (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];
199 "(" + newListCount[BMP][i] +
401 private static final int BMP = 0; field in class:CharacterCategory
415 if (newListCount[BMP][categoryNames.length-1] != 1) {
520 newListCount[BMP][index]++;

Completed in 42 milliseconds