Searched defs:stateTable (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedBreakIterator.java272 private short[] stateTable = null; field in class:RuleBasedBreakIterator
364 * u2 stateTable[stateTableLength];
390 /* Read stateTable[numCategories * numRows] */
391 stateTable = new short[stateTableLength];
394 stateTable[i] = BreakIterator.getShort(buffer, offset);
439 numCategories = stateTable.length / endStates.length;
1036 return stateTable[state * numCategories + category];
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java77 private short[] stateTable = null; field in class:RuleBasedBreakIteratorBuilder
1732 stateTable = new short[newRowNum * numCategories];
1741 stateTable[p] = (short)(rowNumMap[row[j]]);
1850 int numRows = stateTable.length / numCategories;
1916 return stateTable[state * numCategories + category];
1996 * u2 stateTable[stateTableLength];
2052 len = stateTable.length;
2054 crc32.update(stateTable[i]);
2079 (stateTable.length + backwardsStateTable.length) * 2 +
2088 out.write(toByteArray(stateTable
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp100 static const StateTransition stateTable[][CC_COUNT] = variable
277 const StateTransition transition = stateTable[state][chClass];
H A DIndicReordering.cpp588 static const le_int8 stateTable[][CC_COUNT] = variable
638 state = stateTable[state][charClass & CF_CLASS_MASK];

Completed in 44 milliseconds