Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp430 UVector matchStartNodes(*fStatus); in calcChainedFollowPos() local
434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
482 for (startNodeIx = 0; startNodeIx<matchStartNodes.size(); startNodeIx++) { in calcChainedFollowPos()
483 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()
538 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local
542 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()
543 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp430 UVector matchStartNodes(*fStatus); in calcChainedFollowPos() local
434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
479 for (startNodeIx = 0; startNodeIx<matchStartNodes.size(); startNodeIx++) { in calcChainedFollowPos()
480 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()
535 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup() local
539 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) { in bofFixup()
540 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java412 Set<RBBINode> matchStartNodes = new HashSet<>(); in calcChainedFollowPos() local
415 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()
455 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
506 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup() local
507 for (RBBINode startNode : matchStartNodes) { in bofFixup()
/third_party/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()