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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java291 public boolean isExcludedChar(int slot, int charcode) { argument
305 if ((charcode >= exclusionRanges[curIndex])
306 && (charcode <= exclusionRanges[curIndex+1])) {

Completed in 30 milliseconds