Home
last modified time | relevance | path

Searched refs:CacheKeyBase (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.h33 class U_COMMON_API CacheKeyBase : public UObject {
35 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {} in CacheKeyBase() function
40 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() function
42 virtual ~CacheKeyBase();
52 virtual CacheKeyBase *clone() const = 0;
57 virtual UBool operator == (const CacheKeyBase &other) const = 0;
84 UBool operator != (const CacheKeyBase &other) const {
100 class CacheKey : public CacheKeyBase {
124 virtual UBool operator == (const CacheKeyBase &other) const {
145 virtual UBool operator == (const CacheKeyBase &other) const {
[all …]
Dunifiedcache.cpp49 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys()
55 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys()
56 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer; in ucache_compareKeys()
62 CacheKeyBase *p = (CacheKeyBase *) obj; in ucache_deleteKey()
66 CacheKeyBase::~CacheKeyBase() { in ~CacheKeyBase()
191 const CacheKeyBase *key = in _dumpContents()
192 (const CacheKeyBase *) element->key.pointer; in _dumpContents()
300 const CacheKeyBase &key, in _putNew()
307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew()
332 const CacheKeyBase &key, in _putIfAbsentAndGet()
[all …]
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp83 virtual UBool operator==(const CacheKeyBase &other) const { in operator ==()
96 virtual CacheKeyBase *clone() const { in clone()