Lines Matching refs:fSets
111 int32_t numSets = other.fSets->size(); in operator =()
121 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); in operator =()
127 fSets->addElement(newSet, fDeferredStatus); in operator =()
145 fSets = NULL; in init()
167 fSets = new UVector(fDeferredStatus); in init()
173 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL || in init()
180 fSets->addElement((int32_t)0, fDeferredStatus); in init()
193 for (i=1; i<fSets->size(); i++) { in zap()
195 s = (UnicodeSet *)fSets->elementAt(i); in zap()
200 delete fSets; in zap()
201 fSets = NULL; in zap()
737 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp()