/external/jsilver/src/com/google/streamhtmlparser/impl/ |
ParserStateTable.java | 71 private final InternalState[][] stateTable; 82 stateTable = new InternalState[MAX_STATES][MAX_CHARS]; 113 result = stateTable[id][currentChar]; 171 stateTable[from.getId()][chr] = to;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucmstate.c | 194 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[state][cell] [all...] |
ucm.h | 93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256];
|
/external/icu4c/tools/toolutil/ |
ucmstate.c | 194 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[state][cell] [all...] |
ucm.h | 94 int32_t stateTable[MBCS_MAX_STATE_COUNT][256];
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvmbcs.c | 502 row=mbcsTable->stateTable[state]; 593 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { 597 row=stateTable[state]; 605 getStateProp(stateTable, stateProps, nextState); 626 getStateProp(stateTable, stateProps, nextState); 643 getStateProp(stateTable, stateProps, nextState); 692 getStateProp(mbcsTable->stateTable, stateProps, 0); [all...] |
ucnvmbcs.h | 177 * int32_t stateTable[countStates][256]; 370 const int32_t (*stateTable)/*[countStates]*/[256]; 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/common/ |
ucnvmbcs.c | 505 row=mbcsTable->stateTable[state]; 596 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { 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); [all...] |
ucnvmbcs.h | 180 * int32_t stateTable[countStates][256]; 373 const int32_t (*stateTable)/*[countStates]*/[256]; 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)])
|
/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 75 static const StateTransition stateTable[][CC_COUNT] = 252 const StateTransition transition = stateTable[state][chClass];
|
IndicReordering.cpp | 563 static const le_int8 stateTable[][CC_COUNT] = 613 state = stateTable[state][charClass & CF_CLASS_MASK]; [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.c | 391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]]; 452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry; [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]]; 452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |