Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dsharedobject.h24 class UnifiedCacheBase : public UObject {
26 UnifiedCacheBase() { } in UnifiedCacheBase() function
45 virtual ~UnifiedCacheBase();
47 UnifiedCacheBase(const UnifiedCacheBase &);
48 UnifiedCacheBase &operator=(const UnifiedCacheBase &);
164 void registerWithCache(const UnifiedCacheBase *ptr) const { in registerWithCache()
226 mutable const UnifiedCacheBase *cachePtr;
Dsharedobject.cpp15 UnifiedCacheBase::~UnifiedCacheBase() {} in ~UnifiedCacheBase()
Dunifiedcache.h181 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {