Searched refs:matchStartNodes (Results 1 – 3 of 3) sorted by relevance
430 UVector matchStartNodes(*fStatus); in calcChainedFollowPos() local434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()482 for (startNodeIx = 0; startNodeIx<matchStartNodes.size(); startNodeIx++) { in calcChainedFollowPos()483 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()538 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local542 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()543 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
411 Set<RBBINode> matchStartNodes = new HashSet<RBBINode>(); in calcChainedFollowPos() local414 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()456 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()507 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local508 for (RBBINode startNode : matchStartNodes) { in bofFixup()
412 Set<RBBINode> matchStartNodes = new HashSet<RBBINode>(); in calcChainedFollowPos() local415 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()457 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()508 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local509 for (RBBINode startNode : matchStartNodes) { in bofFixup()