Searched defs:theSet (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.cpp1233 UnicodeSet *theSet = scanProp(); local
1234 compileSet(theSet);
1597 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop();
1599 compileSet(theSet);
2247 void RegexCompile::compileSet(UnicodeSet *theSet)
2249 if (theSet == NULL) {
2256 theSet->removeAllStrings();
2257 int32_t setSize = theSet->size();
2264 delete theSet;
2273 literalChar(theSet
[all...]
/external/icu4c/test/intltest/
H A Dssearch.cpp1712 SetMonkey(const USet *theSet);
1721 SetMonkey::SetMonkey(const USet *theSet) argument
1722 : Monkey(), set(theSet)
1746 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1759 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) argument
1760 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)

Completed in 72 milliseconds