Searched refs:bofNode (Results 1 – 3 of 3) sorted by relevance
498 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local499 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()500 Assert.assrt(bofNode.fVal == 2); in bofFixup()513 if (startNode.fVal == bofNode.fVal) { in bofFixup()519 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
499 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local500 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()501 Assert.assrt(bofNode.fVal == 2); in bofFixup()514 if (startNode.fVal == bofNode.fVal) { in bofFixup()520 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
529 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local530 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()531 U_ASSERT(bofNode->fVal == 2); in bofFixup()548 if (startNode->fVal == bofNode->fVal) { in bofFixup()554 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()