Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbitblb.cpp429 UVector matchStartNodes(*fStatus); in calcChainedFollowPos() local
433 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
478 for (startNodeIx = 0; startNodeIx<matchStartNodes.size(); startNodeIx++) { in calcChainedFollowPos()
479 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()
534 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local
538 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()
539 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java419 Set<RBBINode> matchStartNodes = new HashSet<>(); in calcChainedFollowPos() local
422 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()
462 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
513 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local
514 for (RBBINode startNode : matchStartNodes) { in bofFixup()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java420 Set<RBBINode> matchStartNodes = new HashSet<>(); in calcChainedFollowPos() local
423 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()
463 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
514 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local
515 for (RBBINode startNode : matchStartNodes) { in bofFixup()