Lines Matching refs:fVal
107 bofLeaf->fVal = 2; // Reserved value for {bof}. in buildForwardTable()
468 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()
488 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
531 U_ASSERT(bofNode->fVal == 2); in bofFixup()
548 if (startNode->fVal == bofNode->fVal) { in bofFixup()
647 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()
747 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()
752 if (sd->fAccepting==-1 && endMarker->fVal != 0) { in flagAcceptingStates()
756 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()
799 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()
835 sortedAdd(&sd->fTagVals, tagNode->fVal); in flagTaggedStates()