Home | History | Annotate | Download | only in i18n

Lines Matching defs:theSet

1273             UnicodeSet *theSet = scanProp();
1274 compileSet(theSet);
1641 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop();
1643 compileSet(theSet);
2207 void RegexCompile::compileSet(UnicodeSet *theSet)
2209 if (theSet == NULL) {
2216 theSet->removeAllStrings();
2217 int32_t setSize = theSet->size();
2224 delete theSet;
2233 literalChar(theSet->charAt(0));
2234 delete theSet;
2243 fRXPat->fSets->addElement(theSet, *fStatus);