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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java881 int[] endCharCode; field in class:CMap.CMapFormat8
890 endCharCode = new int[nGroups];
950 long[] endCharCode; field in class:CMap.CMapFormat12
960 endCharCode = new long[numGroups];
967 endCharCode[i] = ibuffer.get() & INTMASK;
1024 endCharCode[range] >= charCode) {

Completed in 33 milliseconds