Searched refs:bofNode (Results 1 – 3 of 3) sorted by relevance
504 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local505 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()506 Assert.assrt(bofNode.fVal == 2); in bofFixup()519 if (startNode.fVal == bofNode.fVal) { in bofFixup()525 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
505 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local506 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()507 Assert.assrt(bofNode.fVal == 2); in bofFixup()520 if (startNode.fVal == bofNode.fVal) { in bofFixup()526 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
525 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local526 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()527 U_ASSERT(bofNode->fVal == 2); in bofFixup()544 if (startNode->fVal == bofNode->fVal) { in bofFixup()550 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()