Home
last modified time | relevance | path

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

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