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

/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/icu4c/tools/toolutil/
H A Ducmstate.c194 error=parseState(s, states->stateTable[states->countStates],
354 entry=states->stateTable[state][cell];
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
374 entry=states->stateTable[state][cell];
377 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_SET_OFFSET(entry, sum);
411 entry=states->stateTable[state][cell];
413 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_ADD_OFFSET(entry, sum2);
510 entry=states->stateTable[0][cell];
531 entry=states->stateTable[stat
[all...]
H A Ducm.h93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256]; member in struct:UCMStates
/external/icu4c/common/
H A Ducnvmbcs.c503 row=mbcsTable->stateTable[state];
594 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { argument
598 row=stateTable[state];
606 getStateProp(stateTable, stateProps, nextState);
627 getStateProp(stateTable, stateProps, nextState);
644 getStateProp(stateTable, stateProps, nextState);
693 getStateProp(mbcsTable->stateTable, stateProps, 0);
1140 mbcsTable->stateTable[0][EBCDIC_LF]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_LF) &&
1141 mbcsTable->stateTable[0][EBCDIC_NL]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_NL)
1213 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTabl
2257 hasValidTrailBytes(const int32_t (stateTable)[256], uint8_t state) argument
2300 isSingleOrLead(const int32_t (stateTable)[256], uint8_t state, UBool isDBCSOnly, uint8_t b) argument
[all...]
H A Ducnvmbcs.h177 * int32_t stateTable[countStates][256];
370 const int32_t (*stateTable)/*[countStates]*/[256]; member in struct:UConverterMBCSTable
474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
/external/icu4c/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/icu4c/tools/makeconv/
H A Dgenmbcs.c391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]];
452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry;
1536 udata_writeBlock(pData, mbcsData->ucm->states.stateTable, header.countStates*1024);
/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 ...

Completed in 360 milliseconds