Lines Matching refs:theSet
1264 UnicodeSet *theSet = scanProp(); in doParseActions() local
1265 compileSet(theSet); in doParseActions()
1697 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop(); in doParseActions() local
1699 compileSet(theSet); in doParseActions()
2363 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet() argument
2365 if (theSet == NULL) { in compileSet()
2372 theSet->removeAllStrings(); in compileSet()
2373 int32_t setSize = theSet->size(); in compileSet()
2380 delete theSet; in compileSet()
2389 literalChar(theSet->charAt(0)); in compileSet()
2390 delete theSet; in compileSet()
2399 fRXPat->fSets->addElement(theSet, *fStatus); in compileSet()