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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java136 static final int TAIL_START = 0xdc00; field in class:FontRunIterator
139 static final int SURROGATE_OFFSET = SURROGATE_START - (LEAD_START << LEAD_SURROGATE_SHIFT) - TAIL_START;
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) {
H A DScriptRun.java238 static final int TAIL_START = 0xdc00; field in class:ScriptRun
241 static final int SURROGATE_OFFSET = SURROGATE_START - (LEAD_START << LEAD_SURROGATE_SHIFT) - TAIL_START;
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) {

Completed in 29 milliseconds