HomeSort by relevance Sort by last modified time
    Searched defs:UnifiedCacheBase (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
sharedobject.cpp 17 UnifiedCacheBase::~UnifiedCacheBase() {}
sharedobject.h 26 class U_COMMON_API UnifiedCacheBase : public UObject {
28 UnifiedCacheBase() { }
47 virtual ~UnifiedCacheBase();
49 UnifiedCacheBase(const UnifiedCacheBase &);
50 UnifiedCacheBase &operator=(const UnifiedCacheBase &);
166 void registerWithCache(const UnifiedCacheBase *ptr) const {
228 mutable const UnifiedCacheBase *cachePtr;

Completed in 191 milliseconds