Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp407 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerMaster() argument
408 theKey->fIsMaster = true; in _registerMaster()
419 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
421 theKey->fCreationStatus = status; in _put()
423 _registerMaster(theKey, value); in _put()
440 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
441 status = theKey->fCreationStatus; in _fetch()
468 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsMaster || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h476 void _registerMaster(const CacheKeyBase *theKey, const SharedObject *value) const;