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

  /external/icu/icu4c/source/common/
unifiedcache.h 35 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {}
41 : UObject(other), fCreationStatus(other.fCreationStatus), fIsMaster(FALSE) { }
89 mutable UBool fIsMaster;
unifiedcache.cpp 440 theKey->fIsMaster = TRUE;
550 return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences()));

Completed in 190 milliseconds