Home
last modified time | relevance | path

Searched refs:userRuleRoot (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java385 RBBINode userRuleRoot = tree; in calcChainedFollowPos() local
387 userRuleRoot = tree.fLeftChild.fRightChild; in calcChainedFollowPos()
389 Assert.assrt(userRuleRoot != null); in calcChainedFollowPos()
390 Set<RBBINode> matchStartNodes = userRuleRoot.fFirstPosSet; in calcChainedFollowPos()
/external/icu/icu4c/source/common/
Drbbitblb.cpp407 RBBINode *userRuleRoot = tree; in calcChainedFollowPos() local
409 userRuleRoot = tree->fLeftChild->fRightChild; in calcChainedFollowPos()
411 U_ASSERT(userRuleRoot != NULL); in calcChainedFollowPos()
412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; in calcChainedFollowPos()