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

/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java333 public boolean isExcludedChar(int slot, int charcode) { argument
347 if ((charcode >= exclusionRanges[curIndex])
348 && (charcode <= exclusionRanges[curIndex+1])) {

Completed in 95 milliseconds