Home
last modified time | relevance | path

Searched refs:removeSoftRef (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.cpp259removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
429 removeSoftRef(oldValue); in _put()
482 void UnifiedCache::removeSoftRef(const SharedObject *value) const { in removeSoftRef() function in UnifiedCache
Dunifiedcache.h496 void removeSoftRef(const SharedObject *value) const;