Lines Matching refs:fNextState
1352 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getTableSize()
1354 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getTableSize()
1392 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable()
1395 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable()
1417 r8->fNextState[col] = sd->fDtran->elementAti(col); in exportTable()
1427 row->r16.fNextState[col] = sd->fDtran->elementAti(col); in exportTable()
1574 rowSize = offsetof(RBBIStateTableRow8, fNextState) + sizeof(int8_t)*numCols; in getSafeTableSize()
1576 rowSize = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t)*numCols; in getSafeTableSize()
1612 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable()
1615 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
1628 r8->fNextState[col] = static_cast<uint8_t>(rowString->charAt(col)); in exportSafeTable()
1635 row->r16.fNextState[col] = rowString->charAt(col); in exportSafeTable()