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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DThaiStateTable.java18 static Vector stateTable = null; field in class:ThaiStateTable
29 stateTable.addElement(stateRow);
71 ThaiStateTransition[] groundState = (ThaiStateTransition[]) stateTable.elementAt(0);
73 for (int s = 1; s < stateTable.size(); s += 1) {
74 ThaiStateTransition[] state = (ThaiStateTransition[]) stateTable.elementAt(s);
89 ThaiStateTransition[] stateRow = (ThaiStateTransition[]) stateTable.elementAt(state);
137 stateTable = new Vector();
146 ThaiStateTransition[] row = (ThaiStateTransition[]) stateTable.elementAt(state);
171 for (int state = 0; state < stateTable.size(); state += 1) {
172 ThaiStateTransition[] row = (ThaiStateTransition[]) stateTable
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java71 private final InternalState[][] stateTable; field in class:ParserStateTable
82 stateTable = new InternalState[MAX_STATES][MAX_CHARS];
113 result = stateTable[id][currentChar];
171 stateTable[from.getId()][chr] = to;
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h94 int32_t stateTable[MBCS_MAX_STATE_COUNT][256]; member in struct:UCMStates
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramParser.java65 private StateEntry[][] stateTable = { field in class:NGramParser
139 StateEntry entry = stateTable[state][charClass];
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedBreakIterator.java1147 * @param stateTable
1158 private int handleNext(short stateTable[]) { argument
1186 int flagsState = fRData.getStateTableFlags(stateTable);
1266 state = stateTable[row + RBBIDataWrapper.NEXTSTATES + category];
1269 if (stateTable[row + RBBIDataWrapper.ACCEPTING] == -1) {
1279 fLastRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX];
1282 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) {
1284 && stateTable[row + RBBIDataWrapper.ACCEPTING] == lookaheadStatus) {
1306 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD];
1307 lookaheadTagIdx = stateTable[ro
1344 handlePrevious(short stateTable[]) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1167 * @param stateTable
1178 private int handleNext(short stateTable[]) { argument
1206 int flagsState = fRData.getStateTableFlags(stateTable);
1286 state = stateTable[row + RBBIDataWrapper.NEXTSTATES + category];
1289 if (stateTable[row + RBBIDataWrapper.ACCEPTING] == -1) {
1299 fLastRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX];
1302 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) {
1304 && stateTable[row + RBBIDataWrapper.ACCEPTING] == lookaheadStatus) {
1326 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD];
1327 lookaheadTagIdx = stateTable[ro
1364 handlePrevious(short stateTable[]) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.h180 * int32_t stateTable[countStates][256];
373 const int32_t (*stateTable)/*[countStates]*/[256]; member in struct:UConverterMBCSTable
514 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
525 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
H A Ducnvmbcs.cpp642 row=mbcsTable->stateTable[state];
733 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { argument
737 row=stateTable[state];
745 getStateProp(stateTable, stateProps, nextState);
766 getStateProp(stateTable, stateProps, nextState);
783 getStateProp(stateTable, stateProps, nextState);
832 getStateProp(mbcsTable->stateTable, stateProps, 0);
1279 mbcsTable->stateTable[0][EBCDIC_LF]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_LF) &&
1280 mbcsTable->stateTable[0][EBCDIC_NL]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_NL)
1352 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTabl
2395 hasValidTrailBytes(const int32_t (stateTable)[256], uint8_t state) argument
2438 isSingleOrLead(const int32_t (stateTable)[256], uint8_t state, UBool isDBCSOnly, uint8_t b) argument
[all...]
/external/icu/icu4c/source/layout/
H A DHangulLayoutEngine.cpp75 static const StateTransition stateTable[][CC_COUNT] = variable
252 const StateTransition transition = stateTable[state][chClass];
H A DIndicReordering.cpp563 static const le_int8 stateTable[][CC_COUNT] = variable
613 state = stateTable[state][charClass & CF_CLASS_MASK];
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java75 int stateTable[/* countStates */][/* 256 */]; field in class:CharsetMBCS.UConverterMBCSTable
119 * stateTableOwned = t.stateTableOwned; countToUFallbacks = t.countToUFallbacks; stateTable = t.stateTable;
360 entry = mbcsTable.stateTable[0][0xe];
381 for (i = 0; i < mbcsTable.stateTable.length; ++i)
382 System.arraycopy(mbcsTable.stateTable[i], 0, newStateTable[i], 0,
383 mbcsTable.stateTable[i].length);
398 mbcsTable.stateTable = newStateTable;
486 if (mbcsTable.stateTable[0][i] != MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, i)) {
694 getStateProp(mbcsTable.stateTable, stateProp
799 getStateProp(int stateTable[][], byte stateProps[], int state) argument
2788 hasValidTrailBytes(int[][] stateTable, short state) argument
2818 isSingleOrLead(int[][] stateTable, int state, boolean isDBCSOnly, int b) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 268 milliseconds