Home | History | Annotate | Download | only in common

Lines Matching refs:fIncludesSets

207             if (rlRange->fIncludesSets->indexOf(usetNode) == -1) {
208 rlRange->fIncludesSets->addElement(usetNode, *fStatus);
238 if (rlRange->fIncludesSets->equals(*rlSearchRange->fIncludesSets)) {
247 addValToSets(rlRange->fIncludesSets, fGroupCount+2);
443 for (i=0; i<rlRange->fIncludesSets->size(); i++) {
444 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i);
483 for (i=0; i<rlRange->fIncludesSets->size(); i++) {
484 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i);
572 this->fIncludesSets = new UVector(status);
580 if (this->fIncludesSets == 0) {
585 for (i=0; i<other.fIncludesSets->size(); i++) {
586 this->fIncludesSets->addElement(other.fIncludesSets->elementAt(i), status);
602 this->fIncludesSets = new UVector(status);
610 if(this->fIncludesSets == 0) {
624 delete fIncludesSets;
625 fIncludesSets = NULL;
674 for (i=0; i<this->fIncludesSets->size(); i++) {
675 RBBINode *usetNode = (RBBINode *)fIncludesSets->elementAt(i);