Home | History | Annotate | Download | only in toolutil

Lines Matching refs:cell

333     int32_t entry, sum, state, cell, count;
353 for(cell=0; cell<256; ++cell) {
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);
373 for(cell=0; cell<256; ++cell) {
374 entry=states->stateTable[state][cell];
377 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_SET_OFFSET(entry, sum);
410 for(cell=0; cell<256; ++cell) {
411 entry=states->stateTable[state][cell];
413 states->stateTable[state][cell]=MBCS_ENTRY_TRANSITION_ADD_OFFSET(entry, sum2);
425 int32_t entry, state, cell, count;
509 for(cell=0; cell<256; ++cell) {
510 entry=states->stateTable[0][cell];
519 if(cell==256) {
530 for(cell=0; cell<256; ++cell) {
531 entry=states->stateTable[state][cell];
534 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry));
539 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry));
543 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry));
927 int32_t state, cell, entry;
931 for(cell=0; cell<256; ++cell) {
932 entry=states->stateTable[state][cell];
939 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_ACTION(entry, MBCS_STATE_UNASSIGNED);