Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbinode.cpp65 fFollowPos = new UVector(status); in RBBINode()
92 fFollowPos = new UVector(status); in RBBINode()
127 delete fFollowPos; in ~RBBINode()
Drbbitblb.cpp340 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
352 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
409 if (tNode->fFollowPos->contains(endMarkerNodes.elementAt(i))) { in calcChainedFollowPos()
454 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
512 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
593 setAdd(U, p->fFollowPos); in buildStateTable()
1017 printSet(n->fFollowPos); in printPosSets()
Drbbinode.h84 UVector *fFollowPos; variable