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

/openjdk7/jdk/src/share/classes/java/text/
H A DBreakDictionary.java295 // the shift amount. Then we can use internalAt() to actually
297 return internalAt(rowIndex[row], col + rowIndexShifts[row]);
335 private final short internalAt(int row, int col) { method in class:BreakDictionary

Completed in 29 milliseconds