Searched refs:fLookAhead (Results 1 – 5 of 5) sorted by relevance
743 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()775 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()1123 U_ASSERT (-32768 < sd->fLookAhead && sd->fLookAhead <= 32767); in exportTable()1125 row->fLookAhead = (int16_t)sd->fLookAhead; in exportTable()1177 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()1228 fLookAhead = 0; in RBBIStateDescriptor()
104 int32_t fLookAhead; variable
105 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
1053 if (row->fLookAhead != 0) { in handleNext()1072 lookaheadStatus = row->fLookAhead; in handleNext()1263 if (row->fLookAhead != 0) { in handlePrevious()1281 lookaheadStatus = row->fLookAhead; in handlePrevious()
233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()