Home | History | Annotate | Download | only in text

Lines Matching defs:fDtran

49         int[]        fDtran;                      // Transitions out of this state.
57 fDtran = new int[maxInputSymbol+1]; // fDtran needs to be pre-sized.
606 T.fDtran[a] = ux;
943 table[row + RBBIDataWrapper.NEXTSTATES + col] = (short)sd.fDtran[col];
998 RBBINode.printInt(sd.fDtran[c], 3);