Searched refs:addAll (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddecfmtst.cpp122 fDefaultGroupingSeparators->addAll(*fCommaEquivalents);
123 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators);
126 fStrictDefaultGroupingSeparators->addAll(*fStrictCommaEquivalents);
127 fStrictDefaultGroupingSeparators->addAll(*fStrictOtherGroupingSeparators);
H A Dfuncrepl.cpp114 toUnionTo.addAll(translit->getTargetSet(set));
H A Duspoof_impl.cpp324 allowedChars.addAll(tempSet);
326 allowedChars.addAll(tempSet);
373 allowedChars->addAll(tmpSet);
H A Dcpdtrans.cpp444 result.addAll(trans[i]->getSourceSet(set));
467 result.addAll(trans[i]->getTargetSet(set));
H A Dregexcmp.cpp93 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec));
1530 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1539 set->addAll(SSet);
1558 set->addAll(digits);
1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
1574 set->addAll(SSet);
1747 tos->addAll(*s);
1759 tos->addAll(*s);
2487 fRXPat->fInitialChars->addAll(*s);
2501 fRXPat->fInitialChars->addAll(*
[all...]
H A Dcollationdatawriter.cpp150 unsafeBackwardSet.addAll(*data.unsafeBackwardSet).removeAll(*baseData->unsafeBackwardSet);
H A Duspoof_wsconf.cpp318 ignoreSet.addAll(inheritedSet);
H A Dalphaindex.cpp242 initialLabels_->addAll(additions);
717 initialLabels_->addAll(exemplars);
771 initialLabels_->addAll(contractions);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberSet.h55 void addAll(const ClobberSet&);
H A DDFGStructureAbstractValue.h93 bool addAll(const StructureSet& other) function in class:JSC::DFG::StructureAbstractValue
111 bool addAll(const StructureAbstractValue& other) function in class:JSC::DFG::StructureAbstractValue
H A DDFGAbstractValue.h165 result |= m_currentKnownStructure.addAll(other.m_currentKnownStructure);
166 result |= m_futurePossibleStructure.addAll(other.m_futurePossibleStructure);
H A DDFGClobberSet.cpp55 void ClobberSet::addAll(const ClobberSet& other) function in class:JSC::DFG::ClobberSet
H A DDFGLICMPhase.cpp118 m_data[outerLoop->index()].writes.addAll(data.writes);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtransrt.cpp507 this->toSource.addAll(okAnyway);
516 this->toTarget.addAll(okAnyway);
1304 vowelSignSet.addAll( UnicodeSet("[\\u0902\\u0903\\u0904\\u093e-\\u094c\\u0962\\u0963]",status));/* Devanagari */
1305 vowelSignSet.addAll( UnicodeSet("[\\u0982\\u0983\\u09be-\\u09cc\\u09e2\\u09e3\\u09D7]",status));/* Bengali */
1306 vowelSignSet.addAll( UnicodeSet("[\\u0a02\\u0a03\\u0a3e-\\u0a4c\\u0a62\\u0a63\\u0a70\\u0a71]",status));/* Gurmukhi */
1307 vowelSignSet.addAll( UnicodeSet("[\\u0a82\\u0a83\\u0abe-\\u0acc\\u0ae2\\u0ae3]",status));/* Gujarati */
1308 vowelSignSet.addAll( UnicodeSet("[\\u0b02\\u0b03\\u0b3e-\\u0b4c\\u0b62\\u0b63\\u0b56\\u0b57]",status));/* Oriya */
1309 vowelSignSet.addAll( UnicodeSet("[\\u0b82\\u0b83\\u0bbe-\\u0bcc\\u0be2\\u0be3\\u0bd7]",status));/* Tamil */
1310 vowelSignSet.addAll( UnicodeSet("[\\u0c02\\u0c03\\u0c3e-\\u0c4c\\u0c62\\u0c63\\u0c55\\u0c56]",status));/* Telugu */
1311 vowelSignSet.addAll( UnicodeSe
[all...]
H A Drbbitst.cpp1872 fHangulSet->addAll(*fLSet);
1873 fHangulSet->addAll(*fVSet);
1874 fHangulSet->addAll(*fTSet);
1875 fHangulSet->addAll(*fLVSet);
1876 fHangulSet->addAll(*fLVTSet);
2817 fAL->addAll(*fXX); // Default behavior for XX is identical to AL
2818 fAL->addAll(*fAI); // Default behavior for AI is identical to AL
2819 fAL->addAll(*fSA); // Default behavior for SA is XX, which defaults to AL
2820 fAL->addAll(*fSG); // Default behavior for SG is identical to AL.
2822 fNS->addAll(*fC
[all...]
H A Dusettest.cpp447 set.addAll(set2);
468 set.addAll(set2);
491 set.addAll(set2);
498 set.addAll(set2);
505 set.addAll(set2);
512 set.addAll(set2);
585 c.addAll(b);
1763 z.addAll(y);
2255 addAll(idPattern).
2256 addAll(wsSe
[all...]
H A Ducdtest.cpp396 syn_ws_prop.addAll(ws_prop);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DStructureSet.h64 bool addAll(const StructureSet& other) function in class:JSC::StructureSet
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duniset.h1095 UnicodeSet& addAll(const UnicodeString& s);
1263 virtual UnicodeSet& addAll(const UnicodeSet& c);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset.cpp759 toUnionTo.addAll(*this);
1062 UnicodeSet& UnicodeSet::addAll(const UnicodeString& s) {
1079 set.addAll(s);
1092 set.addAll(s);
1105 set.addAll(s);
1139 set->addAll(s);
1306 UnicodeSet& UnicodeSet::addAll(const UnicodeSet& c) {
H A Duset.cpp74 ((UnicodeSet*) set)->UnicodeSet::addAll(*((const UnicodeSet*)additionalSet));
98 ((UnicodeSet*) set)->UnicodeSet::addAll(s);
H A Ddictbe.cpp872 cjSet.addAll(fHanWordSet);
873 cjSet.addAll(fKatakanaWordSet);
874 cjSet.addAll(fHiraganaWordSet);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java448 addAll();
477 addAll();
650 void addAll() method in class:CollectionTest
2038 assertTrue(imap.entrySet().addAll(hmap.entrySet()));
2040 assertTrue(!imap.entrySet().addAll(hmap.entrySet()));
2054 assertTrue(imap.values().addAll(hmap.values()));
2056 assertTrue(!imap.values().addAll(hmap.values()));
2072 assertTrue(imap.keySet().addAll(hmap.keySet()));
2077 assertTrue(!imap.keySet().addAll(hmap.keySet()));
2109 assertTrue(ilist.addAll(alis
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredCollection.java289 * This method conforms to the {@link Collection#addAll} interface.
298 public boolean addAll(Collection coll) { method in class:StoredCollection
H A DStoredList.java267 * This method conforms to the {@link List#addAll(int, Collection)}
277 public boolean addAll(int index, Collection coll) { method in class:StoredList

Completed in 169 milliseconds

12