Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java103 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode
115 fFollowPos = new HashSet<RBBINode>(); in RBBINode()
143 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
DRBBITableBuilder.java366 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()
374 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()
438 if (!endNode.fFollowPos.contains(endMarkNode)) { in calcChainedFollowPos()
475 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
525 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
582 U.addAll(p.fFollowPos); in buildStateTable()
883 printSet(n.fFollowPos); in printPosSets()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBINode.java104 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode
116 fFollowPos = new HashSet<RBBINode>(); in RBBINode()
144 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
DRBBITableBuilder.java359 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()
367 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()
431 if (!endNode.fFollowPos.contains(endMarkNode)) { in calcChainedFollowPos()
468 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
518 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
575 U.addAll(p.fFollowPos); in buildStateTable()
878 printSet(n.fFollowPos); in printPosSets()
/third_party/skia/third_party/externals/icu/source/common/
Drbbinode.cpp71 fFollowPos = new UVector(status); in RBBINode()
100 fFollowPos = new UVector(status); in RBBINode()
135 delete fFollowPos; in ~RBBINode()
Drbbitblb.cpp363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
454 if (!endNode->fFollowPos->contains(endMarkNode)) { in calcChainedFollowPos()
492 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
550 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
651 setAdd(U, p->fFollowPos); in buildStateTable()
1137 printSet(n->fFollowPos); in printPosSets()
Drbbinode.h91 UVector *fFollowPos; variable
/third_party/node/deps/icu-small/source/common/
Drbbinode.cpp71 fFollowPos = new UVector(status); in RBBINode()
100 fFollowPos = new UVector(status); in RBBINode()
135 delete fFollowPos; in ~RBBINode()
Drbbitblb.cpp363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
455 if (!endNode->fFollowPos->contains(endMarkNode)) { in calcChainedFollowPos()
493 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
551 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
652 setAdd(U, p->fFollowPos); in buildStateTable()
1143 printSet(n->fFollowPos); in printPosSets()
Drbbinode.h91 UVector *fFollowPos; variable
/third_party/icu/icu4c/source/common/
Drbbinode.cpp71 fFollowPos = new UVector(status); in RBBINode()
100 fFollowPos = new UVector(status); in RBBINode()
135 delete fFollowPos; in ~RBBINode()
Drbbitblb.cpp363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
455 if (!endNode->fFollowPos->contains(endMarkNode)) { in calcChainedFollowPos()
493 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
551 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
652 setAdd(U, p->fFollowPos); in buildStateTable()
1143 printSet(n->fFollowPos); in printPosSets()
Drbbinode.h91 UVector *fFollowPos; variable