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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java446 * ushort endCount[segCount] (off=14)
457 char[] endCount; field in class:CMap.CMapFormat4
488 endCount = new char[segCount];
493 endCount[i] = buffer.get();
524 " ec="+(int)(endCount[j]&0xffff)+
578 if (endCount[index] < charCode) {
586 if (charCode >= startCount[index] && charCode <= endCount[index]) {

Completed in 49 milliseconds