Home
last modified time | relevance | path

Searched refs:fFirstPosSet (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java269 n.fFirstPosSet.add(n); in calcFirstPos()
280 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
281 n.fFirstPosSet.addAll(n.fRightChild.fFirstPosSet); in calcFirstPos()
284 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
286 n.fFirstPosSet.addAll(n.fRightChild.fFirstPosSet); in calcFirstPos()
292 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
359 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()
367 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()
415 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()
506 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup()
[all …]
DRBBINode.java102 Set<RBBINode> fFirstPosSet; // See Aho DFA table generation algorithm field in RBBINode
114 fFirstPosSet = new HashSet<RBBINode>(); in RBBINode()
142 fFirstPosSet = new HashSet<RBBINode>(other.fFirstPosSet);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java276 n.fFirstPosSet.add(n); in calcFirstPos()
287 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
288 n.fFirstPosSet.addAll(n.fRightChild.fFirstPosSet); in calcFirstPos()
291 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
293 n.fFirstPosSet.addAll(n.fRightChild.fFirstPosSet); in calcFirstPos()
299 n.fFirstPosSet.addAll(n.fLeftChild.fFirstPosSet); in calcFirstPos()
366 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()
374 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()
422 matchStartNodes.addAll(node.fFirstPosSet); in calcChainedFollowPos()
513 … Set<RBBINode> matchStartNodes = fRB.fTreeRoots[fRootIx].fLeftChild.fRightChild.fFirstPosSet; in bofFixup()
[all …]
DRBBINode.java101 Set<RBBINode> fFirstPosSet; // See Aho DFA table generation algorithm field in RBBINode
113 fFirstPosSet = new HashSet<RBBINode>(); in RBBINode()
141 fFirstPosSet = new HashSet<RBBINode>(other.fFirstPosSet);
/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp264 n->fFirstPosSet->addElement(n, *fStatus); in calcFirstPos()
275 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
279 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
281 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
287 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
535 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup()
[all …]
Drbbinode.cpp69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
133 delete fFirstPosSet; in ~RBBINode()
Drbbinode.h89 UVector *fFirstPosSet; variable
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp264 n->fFirstPosSet->addElement(n, *fStatus); in calcFirstPos()
275 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
279 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
281 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
287 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
433 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
534 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup()
[all …]
Drbbinode.cpp69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
133 delete fFirstPosSet; in ~RBBINode()
Drbbinode.h89 UVector *fFirstPosSet; variable
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp264 n->fFirstPosSet->addElement(n, *fStatus); in calcFirstPos()
275 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
279 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
281 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
287 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
535 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; in bofFixup()
[all …]
Drbbinode.cpp69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode()
133 delete fFirstPosSet; in ~RBBINode()
Drbbinode.h89 UVector *fFirstPosSet; variable