/external/icu4c/i18n/ |
D | regexst.cpp | 189 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/ |
D | hash.h | 83 void removeAll(void); 189 inline void Hashtable::removeAll(void) { in removeAll() function
|
D | caniter.cpp | 304 subpermute.removeAll(); in permute() 366 permutations.removeAll(); in getEquivalents()
|
/external/icu4c/tools/ctestfw/ |
D | datamap.cpp | 71 fData->removeAll(); in init() 83 fData->removeAll(); in init()
|
/external/srec/shared/src/ |
D | Int8ArrayListImpl.c | 44 impl->Interface.removeAll = &Int8ArrayList_RemoveAll; in Int8ArrayListCreate() 191 CHK(rc, clone->removeAll(clone)); in Int8ArrayList_Clone()
|
D | IntArrayList.c | 42 return self->removeAll(self); in IntArrayListRemoveAll()
|
D | HashMapImpl.c | 50 impl->Interface.removeAll = &HashMap_RemoveAll; in HashMapCreate_Internal() 285 if ((rc = self->removeAll(self)) != ESR_SUCCESS) in HashMap_Destroy()
|
D | HashMap.c | 57 return self->removeAll(self); in HashMapRemoveAll()
|
D | Int8ArrayList.c | 53 return self->removeAll(self); in Int8ArrayListRemoveAll()
|
/external/srec/portable/src/ |
D | ArrayListImpl.c | 49 impl->Interface.removeAll = &ArrayList_RemoveAll; in ArrayListCreateWithCapacity() 222 CHK(rc, clone->removeAll(clone)); in ArrayList_Clone()
|
D | ArrayList.c | 74 return self->removeAll(self); in ArrayListRemoveAll()
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 2311 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 …]
|
D | v32test.cpp | 249 a->removeAll(*b); in UVector32_API() 252 a->removeAll(*b); in UVector32_API() 257 a->removeAll(*b); in UVector32_API()
|
D | transrt.cpp | 494 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/ |
D | CSSValueList.h | 55 bool removeAll(CSSValue*);
|
D | CSSValueList.cpp | 73 bool CSSValueList::removeAll(CSSValue* val) in removeAll() function in WebCore::CSSValueList
|
/external/srec/shared/include/ |
D | IntArrayList.h | 63 ESR_ReturnCode(*removeAll)(struct IntArrayList_t* self); member
|
D | Int8ArrayList.h | 63 ESR_ReturnCode(*removeAll)(struct Int8ArrayList_t* self); member
|
D | HashMap.h | 87 ESR_ReturnCode(*removeAll)(struct HashMap_t* self); member
|
/external/skia/src/utils/ |
D | SkNWayCanvas.cpp | 6 this->removeAll(); in ~SkNWayCanvas() 24 void SkNWayCanvas::removeAll() { in removeAll() function in SkNWayCanvas
|
/external/srec/portable/include/ |
D | ArrayList.h | 91 ESR_ReturnCode(*removeAll)(struct ArrayList_t* self); member
|
/external/icu4c/common/unicode/ |
D | uniset.h | 1003 UnicodeSet& removeAll(const UnicodeString& s); 1167 virtual UnicodeSet& removeAll(const UnicodeSet& c);
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | IdleConnectionHandler.java | 105 public void removeAll() { in removeAll() method in IdleConnectionHandler
|
/external/skia/include/utils/ |
D | SkNWayCanvas.h | 14 void removeAll();
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | AbstractConnPool.java | 302 idleConnHandler.removeAll(); in shutdown()
|