Searched refs:fAccepting (Results 1 – 5 of 5) sorted by relevance
721 if (sd->fAccepting==0) { in flagAcceptingStates()723 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()724 if (sd->fAccepting == 0) { in flagAcceptingStates()725 sd->fAccepting = -1; in flagAcceptingStates()728 if (sd->fAccepting==-1 && endMarker->fVal != 0) { in flagAcceptingStates()732 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()743 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()1122 U_ASSERT (-32768 < sd->fAccepting && sd->fAccepting <= 32767); in exportTable()1124 row->fAccepting = (int16_t)sd->fAccepting; in exportTable()1177 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()[all …]
1045 if (row->fAccepting == -1) { in handleNext()1055 && row->fAccepting == lookaheadStatus) { in handleNext()1078 if (row->fAccepting != 0) { in handleNext()1258 if (row->fAccepting == -1) { in handlePrevious()1265 && row->fAccepting == lookaheadStatus) { in handlePrevious()1286 if (row->fAccepting != 0) { in handlePrevious()
103 int32_t fAccepting; variable
98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */ member
233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()