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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java541 int controlGlyph = getControlCodeGlyph(charCode, true);
776 int controlGlyph = getControlCodeGlyph(charCode, true);
855 int controlGlyph = getControlCodeGlyph(charCode, true);
1004 int controlGlyph = getControlCodeGlyph(charCode, false);
1044 final int getControlCodeGlyph(int charCode, boolean noSurrogates) { method in class:CMap

Completed in 29 milliseconds