Home
last modified time | relevance | path

Searched refs:complementAll (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Duniset.h1107 UnicodeSet& complementAll(const UnicodeString& s);
1293 virtual UnicodeSet& complementAll(const UnicodeSet& c);
/external/icu4c/common/
Duniset.cpp1089 UnicodeSet& UnicodeSet::complementAll(const UnicodeString& s) { in complementAll() function in UnicodeSet
1092 complementAll(set); in complementAll()
1366 UnicodeSet& UnicodeSet::complementAll(const UnicodeSet& c) { in complementAll() function in UnicodeSet
Duset.cpp144 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement); in uset_complementAll()
/external/icu4c/test/intltest/
Dusettest.cpp608 c.complementAll(b); in TestAPI()
651 set.complementAll("alan"); in TestAPI()
1801 z.complementAll(y); in _testXor()
2284 complementAll(idPattern). in TestFreezable()
2285 complementAll(idSet); in TestFreezable()