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

/openjdk7/jdk/src/share/classes/sun/font/
H A DScriptRun.java327 * Search the pairedChars array for the given character.
337 if (ch >= pairedChars[pairedCharExtra]) {
344 if (ch >= pairedChars[index + probe]) {
349 if (pairedChars[index] != ch) {
357 private static int pairedChars[] = { field in class:ScriptRun
377 private static final int pairedCharPower = 1 << highBit(pairedChars.length);
378 private static final int pairedCharExtra = pairedChars.length - pairedCharPower;

Completed in 29 milliseconds