Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
/external/icu/icu4c/source/common/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
487 if (value->noHardReferences()) { in removeSoftRef()