Home
last modified time | relevance | path

Searched refs:removeAll (Results 1 – 25 of 47) sorted by relevance

12

/external/icu4c/i18n/
Dregexst.cpp189 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
190 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
191 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]); in RegexStaticSets()
192 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]); in RegexStaticSets()
/external/icu4c/common/
Dhash.h83 void removeAll(void);
189 inline void Hashtable::removeAll(void) { in removeAll() function
Dcaniter.cpp304 subpermute.removeAll(); in permute()
366 permutations.removeAll(); in getEquivalents()
/external/icu4c/tools/ctestfw/
Ddatamap.cpp71 fData->removeAll(); in init()
83 fData->removeAll(); in init()
/external/srec/shared/src/
DInt8ArrayListImpl.c44 impl->Interface.removeAll = &Int8ArrayList_RemoveAll; in Int8ArrayListCreate()
191 CHK(rc, clone->removeAll(clone)); in Int8ArrayList_Clone()
DIntArrayList.c42 return self->removeAll(self); in IntArrayListRemoveAll()
DHashMapImpl.c50 impl->Interface.removeAll = &HashMap_RemoveAll; in HashMapCreate_Internal()
285 if ((rc = self->removeAll(self)) != ESR_SUCCESS) in HashMap_Destroy()
DHashMap.c57 return self->removeAll(self); in HashMapRemoveAll()
DInt8ArrayList.c53 return self->removeAll(self); in Int8ArrayListRemoveAll()
/external/srec/portable/src/
DArrayListImpl.c49 impl->Interface.removeAll = &ArrayList_RemoveAll; in ArrayListCreateWithCapacity()
222 CHK(rc, clone->removeAll(clone)); in ArrayList_Clone()
DArrayList.c74 return self->removeAll(self); in ArrayListRemoveAll()
/external/icu4c/test/intltest/
Drbbitst.cpp2311 fOtherSet->removeAll(*fKatakanaSet); in RBBIWordMonkey()
2312 fOtherSet->removeAll(*fALetterSet); in RBBIWordMonkey()
2313 fOtherSet->removeAll(*fMidLetterSet); in RBBIWordMonkey()
2314 fOtherSet->removeAll(*fMidNumSet); in RBBIWordMonkey()
2315 fOtherSet->removeAll(*fNumericSet); in RBBIWordMonkey()
2316 fOtherSet->removeAll(*fExtendNumLetSet); in RBBIWordMonkey()
2317 fOtherSet->removeAll(*fFormatSet); in RBBIWordMonkey()
2318 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
2558 fOtherSet->removeAll(*fSepSet); in RBBISentMonkey()
2559 fOtherSet->removeAll(*fFormatSet); in RBBISentMonkey()
[all …]
Dv32test.cpp249 a->removeAll(*b); in UVector32_API()
252 a->removeAll(*b); in UVector32_API()
257 a->removeAll(*b); in UVector32_API()
Dtransrt.cpp494 this->sourceRange.removeAll(neverOk); in test()
503 this->targetRange.removeAll(neverOk); in test()
705 sourceRangeMinusFailures.removeAll(failSourceTarg); in test2()
817 targetRangeMinusFailures.removeAll(failTargSource); in test2()
818 targetRangeMinusFailures.removeAll(failRound); in test2()
/external/webkit/WebCore/css/
DCSSValueList.h55 bool removeAll(CSSValue*);
DCSSValueList.cpp73 bool CSSValueList::removeAll(CSSValue* val) in removeAll() function in WebCore::CSSValueList
/external/srec/shared/include/
DIntArrayList.h63 ESR_ReturnCode(*removeAll)(struct IntArrayList_t* self); member
DInt8ArrayList.h63 ESR_ReturnCode(*removeAll)(struct Int8ArrayList_t* self); member
DHashMap.h87 ESR_ReturnCode(*removeAll)(struct HashMap_t* self); member
/external/skia/src/utils/
DSkNWayCanvas.cpp6 this->removeAll(); in ~SkNWayCanvas()
24 void SkNWayCanvas::removeAll() { in removeAll() function in SkNWayCanvas
/external/srec/portable/include/
DArrayList.h91 ESR_ReturnCode(*removeAll)(struct ArrayList_t* self); member
/external/icu4c/common/unicode/
Duniset.h1003 UnicodeSet& removeAll(const UnicodeString& s);
1167 virtual UnicodeSet& removeAll(const UnicodeSet& c);
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java105 public void removeAll() { in removeAll() method in IdleConnectionHandler
/external/skia/include/utils/
DSkNWayCanvas.h14 void removeAll();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java302 idleConnHandler.removeAll(); in shutdown()

12