Home | History | Annotate | Download | only in common

Lines Matching refs:row

153  * The data structure begins with a state table consisting of a row
154 * per state, with 256 entries (columns) per row for each possible input
497 const int32_t *row;
502 row=mbcsTable->stateTable[state];
516 int32_t entry=row[b];
594 const int32_t *row;
597 row=stateTable[state];
602 entry=row[min];
623 entry=row[max];
640 entry=row[min];
2257 const int32_t *row=stateTable[state];
2260 entry=row[0xa1];
2266 entry=row[0x41];
2274 entry=row[b];
2283 entry=row[b];
2300 const int32_t *row=stateTable[state];
2301 int32_t entry=row[b];