Searched refs:userRuleRoot (Results 1 – 2 of 2) sorted by relevance
385 RBBINode userRuleRoot = tree; in calcChainedFollowPos() local387 userRuleRoot = tree.fLeftChild.fRightChild; in calcChainedFollowPos()389 Assert.assrt(userRuleRoot != null); in calcChainedFollowPos()390 Set<RBBINode> matchStartNodes = userRuleRoot.fFirstPosSet; in calcChainedFollowPos()
407 RBBINode *userRuleRoot = tree; in calcChainedFollowPos() local409 userRuleRoot = tree->fLeftChild->fRightChild; in calcChainedFollowPos()411 U_ASSERT(userRuleRoot != NULL); in calcChainedFollowPos()412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; in calcChainedFollowPos()