Searched refs:matchStartNodes (Results 1 – 3 of 3) sorted by relevance
429 UVector matchStartNodes(*fStatus); in calcChainedFollowPos() local433 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()478 for (startNodeIx = 0; startNodeIx<matchStartNodes.size(); startNodeIx++) { in calcChainedFollowPos()479 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()534 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local538 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()539 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
419 Set<RBBINode> matchStartNodes = new HashSet<>(); in calcChainedFollowPos() local422 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()462 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()513 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local514 for (RBBINode startNode : matchStartNodes) { in bofFixup()
420 Set<RBBINode> matchStartNodes = new HashSet<>(); in calcChainedFollowPos() local423 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()463 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()514 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local515 for (RBBINode startNode : matchStartNodes) { in bofFixup()