Lines Matching refs:fDtran
693 T->fDtran->setElementAt(ux, a); in buildStateTable()
1170 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1171 table_dupl = (uint16_t)sd->fDtran->elementAti(categories->second); in findDuplCharClassFrom()
1192 U_ASSERT(column < sd->fDtran->size()); in removeColumn()
1193 sd->fDtran->removeElementAt(column); in removeColumn()
1215 int32_t firstVal = firstSD->fDtran->elementAti(col); in findDuplicateState()
1216 int32_t duplVal = duplSD->fDtran->elementAti(col); in findDuplicateState()
1276 int32_t existingVal = sd->fDtran->elementAti(col); in removeState()
1283 sd->fDtran->setElementAt(newVal, col); in removeState()
1416 U_ASSERT (sd->fDtran->elementAti(col) <= kMaxStateFor8BitsTable); in exportTable()
1417 r8->fNextState[col] = sd->fDtran->elementAti(col); in exportTable()
1427 row->r16.fNextState[col] = sd->fDtran->elementAti(col); in exportTable()
1475 int32_t s2 = startStateD->fDtran->elementAti(c1); in buildSafeReverseTable()
1477 endState = s2StateD->fDtran->elementAti(c2); in buildSafeReverseTable()
1688 RBBIDebugPrintf(" %3d", sd->fDtran->elementAti(c)); in printStates()
1782 fDtran = NULL; in RBBIStateDescriptor()
1784 fDtran = new UVector32(lastInputSymbol+1, *fStatus); in RBBIStateDescriptor()
1788 if (fDtran == NULL) { in RBBIStateDescriptor()
1792 fDtran->setSize(lastInputSymbol+1); // fDtran needs to be pre-sized. in RBBIStateDescriptor()
1801 delete fDtran; in ~RBBIStateDescriptor()
1804 fDtran = NULL; in ~RBBIStateDescriptor()