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

/openjdk7/jdk/src/share/classes/java/text/
H A DBreakDictionary.java125 private short[] rowIndexFlagsIndex = null; field in class:BreakDictionary
220 rowIndexFlagsIndex = new short[l];
222 rowIndexFlagsIndex[i] = BreakIterator.getShort(buf, offset);
312 if (rowIndexFlagsIndex[row] < 0) {
313 return col == -rowIndexFlagsIndex[row];
323 int flags = rowIndexFlags[rowIndexFlagsIndex[row] + (col >> 5)];

Completed in 43 milliseconds