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

/openjdk7/jdk/src/share/classes/java/text/
H A DBreakDictionary.java131 private byte[] rowIndexShifts = null; field in class:BreakDictionary
234 rowIndexShifts = new byte[l];
236 rowIndexShifts[i] = buf[offset];
297 return internalAt(rowIndex[row], col + rowIndexShifts[row]);

Completed in 36 milliseconds