HomeSort by relevance Sort by last modified time
    Searched refs:noHardReferences (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
sharedobject.h 139 * If noHardReferences() == TRUE then this object has no hard references.
142 inline UBool noHardReferences() const { return getHardRefCount() == 0; }
unifiedcache.cpp 552 return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences()));

Completed in 813 milliseconds