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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java880 int[] startCharCode; field in class:CMap.CMapFormat8
889 startCharCode = new int[nGroups];
949 long[] startCharCode; field in class:CMap.CMapFormat12
959 startCharCode = new long[numGroups];
966 startCharCode[i] = ibuffer.get() & INTMASK;
1011 if (startCharCode[extra] <= charCode) {
1018 if (startCharCode[range+probe] <= charCode) {
1023 if (startCharCode[range] <= charCode &&
1026 (startGlyphID[range] + (charCode - startCharCode[range]));

Completed in 31 milliseconds