Lines Matching refs:fAccepting
717 // Any non-zero value for fAccepting means this is an accepting node.
721 if (sd->fAccepting==0) {
723 sd->fAccepting = endMarker->fVal;
724 if (sd->fAccepting == 0) {
725 sd->fAccepting = -1;
728 if (sd->fAccepting==-1 && endMarker->fVal != 0) {
732 sd->fAccepting = endMarker->fVal;
735 // if sd->fAccepting already had a value other than 0 or -1, leave it be.
743 sd->fLookAhead = sd->fAccepting;
1122 U_ASSERT (-32768 < sd->fAccepting && sd->fAccepting <= 32767);
1124 row->fAccepting = (int16_t)sd->fAccepting;
1177 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx);
1227 fAccepting = 0;