Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbitblb.cpp287 n->fLastPosSet->addElement(n, *fStatus); in calcLastPos()
298 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
299 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos()
302 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos()
304 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
310 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
336 UVector *LastPosOfLeftChild = n->fLeftChild->fLastPosSet; in calcFollowPos()
350 for (ix=0; ix<(uint32_t)n->fLastPosSet->size(); ix++) { in calcFollowPos()
351 i = (RBBINode *)n->fLastPosSet->elementAt(ix); in calcFollowPos()
1014 printSet(n->fLastPosSet); in printPosSets()
Drbbinode.cpp64 fLastPosSet = new UVector(status); in RBBINode()
91 fLastPosSet = new UVector(status); in RBBINode()
126 delete fLastPosSet; in ~RBBINode()
Drbbinode.h83 UVector *fLastPosSet; // TODO: rename fFirstPos & fLastPos to avoid confusion. variable