Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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.java367 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()
375 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()
439 if (!endNode.fFollowPos.contains(endMarkNode)) { in calcChainedFollowPos()
476 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
526 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
583 U.addAll(p.fFollowPos); in buildStateTable()
884 printSet(n.fFollowPos); in printPosSets()
/external/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()
/external/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()
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
/external/icu/libicu/cts_headers/
Drbbinode.h91 UVector *fFollowPos; variable