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.cpp358 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
370 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
427 if (tNode->fFollowPos->contains(endMarkerNodes.elementAt(i))) { in calcChainedFollowPos()
472 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
530 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
631 setAdd(U, p->fFollowPos); in buildStateTable()
1045 printSet(n->fFollowPos); in printPosSets()
Drbbinode.h84 UVector *fFollowPos; variable