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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java721 * char firstCode;
801 char firstCode = firstCodeArray[key];
802 if (mapMe < firstCode) {
805 mapMe -= firstCode;
812 * the subarray of glyphIndexes starting at "firstCode" begins.
838 char firstCode; field in class:CMap.CMapFormat6
846 firstCode = buffer.get();
864 charCode -= firstCode;
910 long firstCode; field in class:CMap.CMapFormat10
916 firstCode
[all...]

Completed in 31 milliseconds