Home
last modified time | relevance | path

Searched refs:removeRef (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/common/
Dsharedobject.h103 void removeRef() const { removeRef(FALSE); } in removeRef() function
110 void removeRefWhileHoldingCacheLock() const { removeRef(TRUE); } in removeRefWhileHoldingCacheLock()
187 p->removeRef(); in copyOnWrite()
204 if(dest != NULL) { dest->removeRef(); } in copyPtr()
216 ptr->removeRef(); in clearPtr()
230 void removeRef(UBool withCacheLock) const;
Dsharedobject.cpp38 SharedObject::removeRef(UBool fromWithinCache) const { in removeRef() function in SharedObject
Dunistr.cpp127 UnicodeString::removeRef() { in removeRef() function in UnicodeString
138 if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) { in releaseArray()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DSharedObject.java140 r.removeRef(); in copyOnWrite()
148 ref.removeRef(); in clear()
185 public final void removeRef() { in removeRef() method in SharedObject
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java138 r.removeRef(); in copyOnWrite()
146 ref.removeRef(); in clear()
183 public final void removeRef() { in removeRef() method in SharedObject
/external/skia/src/gpu/
DGrProcessor.cpp152 sampler->programProxy()->removeRef(); in removeRefs()
155 buffer->programBuffer()->removeRef(); in removeRefs()
DGrGpuResourceRef.cpp116 void GrGpuResourceRef::removeRef() const { in removeRef() function in GrGpuResourceRef
DGrSurfaceProxyRef.cpp109 void GrSurfaceProxyRef::removeRef() const { in removeRef() function in GrSurfaceProxyRef
DGrGpuResourceRef.h72 void removeRef() const;
/external/skqp/src/gpu/
DGrProcessor.cpp152 sampler->programProxy()->removeRef(); in removeRefs()
155 buffer->programBuffer()->removeRef(); in removeRefs()
DGrGpuResourceRef.cpp116 void GrGpuResourceRef::removeRef() const { in removeRef() function in GrGpuResourceRef
DGrSurfaceProxyRef.cpp109 void GrSurfaceProxyRef::removeRef() const { in removeRef() function in GrSurfaceProxyRef
DGrGpuResourceRef.h72 void removeRef() const;
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp767 fCache->removeRef(); in ~RelativeDateTimeFormatter()
770 fNumberFormat->removeRef(); in ~RelativeDateTimeFormatter()
773 fPluralRules->removeRef(); in ~RelativeDateTimeFormatter()
776 fOptBreakIterator->removeRef(); in ~RelativeDateTimeFormatter()
983 pr->removeRef(); in init()
991 shared->removeRef(); in init()
Dmeasfmt.cpp682 cache->removeRef(); in ~MeasureFormat()
685 numberFormat->removeRef(); in ~MeasureFormat()
688 pluralRules->removeRef(); in ~MeasureFormat()
882 pr->removeRef(); in initMeasureFormat()
890 shared->removeRef(); in initMeasureFormat()
Ducol_res.cpp492 entryFromCache->removeRef(); in makeCacheEntry()
496 entryFromCache->removeRef(); in makeCacheEntry()
Dcoll.cpp468 entry->removeRef(); in makeInstance()
475 entry->removeRef(); in makeInstance()
Ddatefmt.cpp445 patternPtr->removeRef(); in getBestPattern()
Dnumfmt.cpp1062 shared->removeRef(); in createInstance()
/external/skqp/include/private/
DGrSurfaceProxyRef.h52 void removeRef() const;
DGrOpList.h61 fTarget.removeRef(); in makeClosed()
/external/skia/include/private/
DGrSurfaceProxyRef.h52 void removeRef() const;
DGrOpList.h50 fTarget.removeRef(); in makeClosed()
/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp153 unusedReference->removeRef(); in TestEvictionPolicy()
161 usedReferences[i]->removeRef(); in TestEvictionPolicy()
Dtsmthred.cpp1446 item->removeRef(); in exerciseByLocale()
1449 origItem->removeRef(); in exerciseByLocale()

12