Home | History | Annotate | Download | only in common

Lines Matching defs:row

155  * The data structure begins with a state table consisting of a row
156 * per state, with 256 entries (columns) per row for each possible input
500 const int32_t *row;
505 row=mbcsTable->stateTable[state];
519 int32_t entry=row[b];
597 const int32_t *row;
600 row=stateTable[state];
605 entry=row[min];
626 entry=row[max];
643 entry=row[min];
2259 const int32_t *row=stateTable[state];
2262 entry=row[0xa1];
2268 entry=row[0x41];
2276 entry=row[b];
2285 entry=row[b];
2302 const int32_t *row=stateTable[state];
2303 int32_t entry=row[b];