Lines Matching refs:fVal
111 bofLeaf->fVal = 2; // Reserved value for {bof}. in buildForwardTable()
465 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()
484 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
527 U_ASSERT(bofNode->fVal == 2); in bofFixup()
544 if (startNode->fVal == bofNode->fVal) { in bofFixup()
643 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()
735 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
765 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
813 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates()
818 if (sd->fAccepting==ACCEPTING_UNCONDITIONAL && endMarker->fVal != 0) { in flagAcceptingStates()
822 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates()
859 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
901 sortedAdd(&sd->fTagVals, tagNode->fVal); in flagTaggedStates()