Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dsharedobject.h28 class U_COMMON_API UnifiedCacheBase : public UObject {
30 UnifiedCacheBase() { } in UnifiedCacheBase() function
39 virtual ~UnifiedCacheBase();
41 UnifiedCacheBase(const UnifiedCacheBase &);
42 UnifiedCacheBase &operator=(const UnifiedCacheBase &);
178 mutable const UnifiedCacheBase *cachePtr;
Dsharedobject.cpp20 UnifiedCacheBase::~UnifiedCacheBase() {} in ~UnifiedCacheBase()
37 const UnifiedCacheBase *cache = this->cachePtr; in removeRef()
Dunifiedcache.h183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {