Searched refs:theSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dregexcmp.h97 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
H A Dregexcmp.cpp1273 UnicodeSet *theSet = scanProp(); local
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
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1008 SetMonkey(const USet *theSet);
1017 SetMonkey::SetMonkey(const USet *theSet) argument
1018 : Monkey(), set(theSet)
1042 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1055 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) argument
1056 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)

Completed in 116 milliseconds