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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeGlyphMapper.java52 public static final int MAXUNICODE = NBLOCKS*BLOCKSZ; field in class:CompositeGlyphMapper
87 if (unicode >= MAXUNICODE) {
98 if (unicode >= MAXUNICODE) {

Completed in 67 milliseconds