Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp441 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerMaster() argument
442 theKey->fIsMaster = TRUE; in _registerMaster()
458 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
460 theKey->fCreationStatus = status; in _put()
462 _registerMaster(theKey, value); in _put()
507 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
508 status = theKey->fCreationStatus; in _fetch()
541 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
546 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
552 … return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h380 const CacheKeyBase *theKey, const SharedObject *value) const;