Home
last modified time | relevance | path

Searched refs:stateTable (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/tools/toolutil/
Ducmstate.c194 error=parseState(s, states->stateTable[states->countStates], in ucm_addState()
354 entry=states->stateTable[state][cell]; in sumUpStates()
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); in sumUpStates()
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); in sumUpStates()
374 entry=states->stateTable[state][cell]; in sumUpStates()
377 … states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_SET_OFFSET(entry, sum); in sumUpStates()
411 entry=states->stateTable[state][cell]; in sumUpStates()
413 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_ADD_OFFSET(entry, sum2); in sumUpStates()
510 entry=states->stateTable[0][cell]; in ucm_processStates()
531 entry=states->stateTable[state][cell]; in ucm_processStates()
[all …]
Ducm.h93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256]; member
/external/icu4c/common/
Ducnvmbcs.c502 row=mbcsTable->stateTable[state]; in enumToU()
593 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { in getStateProp()
597 row=stateTable[state]; in getStateProp()
605 getStateProp(stateTable, stateProps, nextState); in getStateProp()
626 getStateProp(stateTable, stateProps, nextState); in getStateProp()
643 getStateProp(stateTable, stateProps, nextState); in getStateProp()
692 getStateProp(mbcsTable->stateTable, stateProps, 0); in ucnv_MBCSEnumToUnicode()
1139 … mbcsTable->stateTable[0][EBCDIC_LF]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_LF) && in _EBCDICSwapLFNL()
1140 mbcsTable->stateTable[0][EBCDIC_NL]==MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_DIRECT_16, U_NL) in _EBCDICSwapLFNL()
1212 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTable->countStates*1024); in _EBCDICSwapLFNL()
[all …]
Ducnvmbcs.h370 const int32_t (*stateTable)/*[countStates]*/[256]; member
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/jsilver/src/com/google/streamhtmlparser/impl/
DParserStateTable.java71 private final InternalState[][] stateTable; field in ParserStateTable
82 stateTable = new InternalState[MAX_STATES][MAX_CHARS]; in ParserStateTable()
113 result = stateTable[id][currentChar]; in getNextState()
171 stateTable[from.getId()][chr] = to; in setDestination()
/external/icu4c/layout/
DHangulLayoutEngine.cpp75 static const StateTransition stateTable[][CC_COUNT] = variable
252 const StateTransition transition = stateTable[state][chClass]; in characterProcessing()
DIndicReordering.cpp563 static const le_int8 stateTable[][CC_COUNT] = variable
613 state = stateTable[state][charClass & CF_CLASS_MASK]; in findSyllable()
/external/icu4c/tools/makeconv/
Dgenmbcs.c391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]]; in MBCSAddToUnicode()
452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry; in MBCSAddToUnicode()
1536 udata_writeBlock(pData, mbcsData->ucm->states.stateTable, header.countStates*1024); in MBCSWrite()