Searched refs:lookAheadNode (Results 1 – 6 of 6) sorted by relevance
843 RBBINode *lookAheadNode; in flagLookAheadStates() local852 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()853 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()857 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()859 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()860 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
842 RBBINode *lookAheadNode; in flagLookAheadStates() local851 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()852 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()856 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()858 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()859 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
728 RBBINode lookAheadNode; in flagLookAheadStates() local734 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()737 if (sd.fPositions.contains(lookAheadNode)) { in flagLookAheadStates()738 int lookaheadSlot = fLookAheadRuleMap[lookAheadNode.fVal]; in flagLookAheadStates()
733 RBBINode lookAheadNode; in flagLookAheadStates() local739 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()742 if (sd.fPositions.contains(lookAheadNode)) { in flagLookAheadStates()743 int lookaheadSlot = fLookAheadRuleMap[lookAheadNode.fVal]; in flagLookAheadStates()
785 RBBINode *lookAheadNode; in flagLookAheadStates() local794 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()798 if (sd->fPositions->indexOf(lookAheadNode) >= 0) { in flagLookAheadStates()799 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()