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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeGlyphMapper.java126 private final int remapJAIntChar(int unicode) { method in class:TrueTypeGlyphMapper
154 unicode = remapJAIntChar(unicode);
166 glyphs[i] = getGlyphFromCMAP(remapJAIntChar(unicodes[i]));

Completed in 30 milliseconds