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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in class:FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) {
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in class:ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) {

Completed in 30 milliseconds