Lines Matching refs:fDtran
696 T->fDtran->setElementAt(ux, a); in buildStateTable()
1092 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1093 table_dupl = (uint16_t)sd->fDtran->elementAti(categories->second); in findDuplCharClassFrom()
1114 U_ASSERT(column < sd->fDtran->size()); in removeColumn()
1115 sd->fDtran->removeElementAt(column); in removeColumn()
1137 int32_t firstVal = firstSD->fDtran->elementAti(col); in findDuplicateState()
1138 int32_t duplVal = duplSD->fDtran->elementAti(col); in findDuplicateState()
1198 int32_t existingVal = sd->fDtran->elementAti(col); in removeState()
1205 sd->fDtran->setElementAt(newVal, col); in removeState()
1332 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col); in exportTable()
1379 int32_t s2 = startStateD->fDtran->elementAti(c1); in buildSafeReverseTable()
1381 endState = s2StateD->fDtran->elementAti(c2); in buildSafeReverseTable()
1562 RBBIDebugPrintf(" %2d", sd->fDtran->elementAti(c)); in printStates()
1656 fDtran = NULL; in RBBIStateDescriptor()
1658 fDtran = new UVector32(lastInputSymbol+1, *fStatus); in RBBIStateDescriptor()
1662 if (fDtran == NULL) { in RBBIStateDescriptor()
1666 fDtran->setSize(lastInputSymbol+1); // fDtran needs to be pre-sized. in RBBIStateDescriptor()
1675 delete fDtran; in ~RBBIStateDescriptor()
1678 fDtran = NULL; in ~RBBIStateDescriptor()