Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.h35 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {} in CacheKeyBase()
41 : UObject(other), fCreationStatus(other.fCreationStatus), fIsMaster(FALSE) { } in CacheKeyBase()
89 mutable UBool fIsMaster; variable
Dunifiedcache.cpp440 theKey->fIsMaster = TRUE; in _registerMaster()
550 … return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences())); in _isEvictable()