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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1081 private byte[] lsbCache; field in class:SwingUtilities2.LSBCacheEntry
1087 lsbCache = new byte[MAX_CHAR_INDEX - MIN_CHAR_INDEX];
1095 for (int counter = lsbCache.length - 1; counter >= 0; counter--) {
1096 lsbCache[counter] = UNSET;
1103 byte lsb = lsbCache[index];
1121 lsbCache[index] = lsb;

Completed in 38 milliseconds