Searched refs:fDtran (Results 1 – 3 of 3) sorted by relevance
672 T->fDtran->setElementAt(ux, a); in buildStateTable()1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col); in exportTable()1179 RBBIDebugPrintf(" %2d", sd->fDtran->elementAti(c)); in printStates()1232 fDtran = NULL; in RBBIStateDescriptor()1234 fDtran = new UVector(lastInputSymbol+1, *fStatus); in RBBIStateDescriptor()1238 if (fDtran == NULL) { in RBBIStateDescriptor()1242 fDtran->setSize(lastInputSymbol+1, *fStatus); // fDtran needs to be pre-sized. in RBBIStateDescriptor()1251 delete fDtran; in ~RBBIStateDescriptor()1254 fDtran = NULL; in ~RBBIStateDescriptor()
111 UVector *fDtran; // Transitions out of this state. variable
47 int[] fDtran; // Transitions out of this state. field in RBBITableBuilder.RBBIStateDescriptor55 fDtran = new int[maxInputSymbol+1]; // fDtran needs to be pre-sized. in RBBIStateDescriptor()581 T.fDtran[a] = ux; in buildStateTable()918 table[row + RBBIDataWrapper.NEXTSTATES + col] = (short)sd.fDtran[col]; in exportTable()973 RBBINode.printInt(sd.fDtran[c], 3); in printStates()