Lines Matching refs:fSets
116 int32_t numSets = other.fSets->size(); in operator =()
126 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); in operator =()
132 fSets->addElement(newSet, fDeferredStatus); in operator =()
165 fSets = NULL; in init()
187 fSets = new UVector(fDeferredStatus); in init()
197 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL || in init()
204 fSets->addElement((int32_t)0, fDeferredStatus); in init()
220 for (i=1; i<fSets->size(); i++) { in zap()
222 s = (UnicodeSet *)fSets->elementAt(i); in zap()
227 delete fSets; in zap()
228 fSets = NULL; in zap()
776 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp()