Searched refs:removeAll (Results 26 - 38 of 38) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java614 removeAll();
873 void removeAll() method in class:CollectionTest
2035 assertTrue(map.entrySet().removeAll(hmap.entrySet()));
2037 assertTrue(!map.entrySet().removeAll(hmap.entrySet()));
2050 assertTrue(map.values().removeAll(hmap.values()));
2052 assertTrue(!map.values().removeAll(hmap.values()));
2069 assertTrue(map.keySet().removeAll(hmap.keySet()));
2071 assertTrue(!map.keySet().removeAll(hmap.keySet()));
2079 imap.keySet().removeAll(hmap.keySet());
2127 assertTrue(list.removeAll(alis
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dconvtest.cpp442 (diffSet=mapSet).removeAll(cnvSet);
622 (diffSet=expected).removeAll(set);
634 (diffSet=set).removeAll(expected);
H A Dtstnorm.cpp1344 LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting));
1406 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1411 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
H A Dcollationtest.cpp337 diff.removeAll(lccc);
344 diff.removeAll(expectedLccc);
357 diff.removeAll(tccc);
361 diff.removeAll(expectedTccc);
H A Dusettest.cpp441 set.removeAll(set2);
632 //UnicodeSet::removeAll(class UnicodeString const &)
678 set.removeAll("liu");
681 if (set != exp) { errln("FAIL: removeAll(\"liu\")"); return; }
1789 z.removeAll(y);
2274 removeAll(idPattern).
2275 removeAll(idSet);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset.cpp1103 UnicodeSet& UnicodeSet::removeAll(const UnicodeString& s) {
1106 removeAll(set);
1350 UnicodeSet& UnicodeSet::removeAll(const UnicodeSet& c) {
1355 strings->removeAll(*c.strings);
H A Duvector.cpp212 UBool UVector::removeAll(const UVector& other) { function in class:UVector
H A Duset.cpp119 ((UnicodeSet*) set)->UnicodeSet::removeAll(*(const UnicodeSet*)remove);
H A Duniset_props.cpp605 removeAll(*nested);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationsets.cpp376 cne->ranges.set(start, end).removeAll(cne->tailored);
H A Drbt_pars.cpp913 variableNames.removeAll();
1108 data->variableNames.removeAll();
H A Dregexcmp.cpp4253 set->removeAll(UnicodeSet().add(0xa0).add(0x2007).add(0x202f));
4310 leftOperand->removeAll(*rightOperand);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java350 priKeys.removeAll(deletedPriKeys);

Completed in 130 milliseconds

12