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

  /external/icu/icu4c/source/common/
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;
sharedobject.cpp 17 UnifiedCacheBase::~UnifiedCacheBase() {}
unifiedcache.h 183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {

Completed in 830 milliseconds