Searched refs:fFollowPos (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBINode.java | 103 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode 115 fFollowPos = new HashSet<RBBINode>(); in RBBINode() 143 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
|
D | RBBITableBuilder.java | 366 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/ |
D | RBBINode.java | 104 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode 116 fFollowPos = new HashSet<RBBINode>(); in RBBINode() 144 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
|
D | RBBITableBuilder.java | 359 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/ |
D | rbbinode.cpp | 71 fFollowPos = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 135 delete fFollowPos; in ~RBBINode()
|
D | rbbitblb.cpp | 363 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()
|
D | rbbinode.h | 91 UVector *fFollowPos; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbinode.cpp | 71 fFollowPos = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 135 delete fFollowPos; in ~RBBINode()
|
D | rbbitblb.cpp | 363 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()
|
D | rbbinode.h | 91 UVector *fFollowPos; variable
|
/third_party/icu/icu4c/source/common/ |
D | rbbinode.cpp | 71 fFollowPos = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 135 delete fFollowPos; in ~RBBINode()
|
D | rbbitblb.cpp | 363 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()
|
D | rbbinode.h | 91 UVector *fFollowPos; variable
|