Home | History | Annotate | Download | only in text

Lines Matching defs:fDtran

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