Searched refs:fLookAhead (Results 1 – 7 of 7) sorted by relevance
43 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor664 sd.fLookAhead = sd.fAccepting; in flagAcceptingStates()690 sd.fLookAhead = lookAheadNode.fVal; in flagLookAheadStates()939 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable()941 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()995 RBBINode.printInt(sd.fLookAhead, 4); in printStates()
42 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor663 sd.fLookAhead = sd.fAccepting; in flagAcceptingStates()689 sd.fLookAhead = lookAheadNode.fVal; in flagLookAheadStates()938 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable()940 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()994 RBBINode.printInt(sd.fLookAhead, 4); in printStates()
769 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()801 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()1151 U_ASSERT (-32768 < sd->fLookAhead && sd->fLookAhead <= 32767); in exportTable()1153 row->fLookAhead = (int16_t)sd->fLookAhead; in exportTable()1205 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()1256 fLookAhead = 0; in RBBIStateDescriptor()
108 int32_t fLookAhead; variable
108 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
263 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
1160 int16_t rule = row->fLookAhead; in handleNext()1351 int16_t rule = row->fLookAhead; in handlePrevious()