Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dsharedobject.h140 inline UBool noHardReferences() const { return getHardRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp550 … return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences())); in _isEvictable()