Searched defs:xlat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java142 char[] xlat; field in class:CMap
398 static CMap createCMap(ByteBuffer buffer, int offset, char[] xlat) { argument
416 case 2: return new CMapFormat2(buffer, offset, xlat);
417 case 4: return new CMapFormat4(buffer, offset, xlat);
418 case 6: return new CMapFormat6(buffer, offset, xlat);
419 case 8: return new CMapFormat8(buffer, offset, xlat);
420 case 10: return new CMapFormat10(buffer, offset, xlat);
421 case 12: return new CMapFormat12(buffer, offset, xlat);
463 CMapFormat4(ByteBuffer bbuffer, int offset, char[] xlat) { argument
465 this.xlat
734 CMapFormat2(ByteBuffer buffer, int offset, char[] xlat) argument
842 CMapFormat6(ByteBuffer bbuffer, int offset, char[] xlat) argument
884 CMapFormat8(ByteBuffer bbuffer, int offset, char[] xlat) argument
914 CMapFormat10(ByteBuffer bbuffer, int offset, char[] xlat) argument
953 CMapFormat12(ByteBuffer buffer, int offset, char[] xlat) argument
[all...]

Completed in 33 milliseconds