Searched defs:stateTable (Results 1 - 7 of 7) 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 Ducm.h93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256]; member in struct:UCMStates
/external/icu4c/common/
H A Ducnvmbcs.h177 * int32_t stateTable[countStates][256];
370 const int32_t (*stateTable)/*[countStates]*/[256]; member in struct:UConverterMBCSTable
511 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
522 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
H A Ducnvmbcs.c505 row=mbcsTable->stateTable[state];
596 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { argument
600 row=stateTable[state];
608 getStateProp(stateTable, stateProps, nextState);
629 getStateProp(stateTable, stateProps, nextState);
646 getStateProp(stateTable, stateProps, nextState);
695 getStateProp(mbcsTable->stateTable, stateProps, 0);
1142 mbcsTable->stateTable[0][EBCDIC_LF]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_LF) &&
1143 mbcsTable->stateTable[0][EBCDIC_NL]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_NL)
1215 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTabl
2258 hasValidTrailBytes(const int32_t (stateTable)[256], uint8_t state) argument
2301 isSingleOrLead(const int32_t (stateTable)[256], uint8_t state, UBool isDBCSOnly, uint8_t b) argument
[all...]
/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/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 133 milliseconds