Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbitblb.cpp412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; in calcChainedFollowPos() local
458 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in calcChainedFollowPos()
459 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in calcChainedFollowPos()
514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local
518 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()
519 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java390 Set<RBBINode> matchStartNodes = userRuleRoot.fFirstPosSet; in calcChainedFollowPos() local
430 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
481 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local
482 for (RBBINode startNode : matchStartNodes) { in bofFixup()