Searched refs:bofNode (Results 1 – 2 of 2) sorted by relevance
472 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local473 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()474 Assert.assrt(bofNode.fVal == 2); in bofFixup()487 if (startNode.fVal == bofNode.fVal) { in bofFixup()493 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
505 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local506 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()507 U_ASSERT(bofNode->fVal == 2); in bofFixup()524 if (startNode->fVal == bofNode->fVal) { in bofFixup()530 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()