Lines Matching refs:UnifiedCache
7 * File UNIFIEDCACHE.H - The ICU Unified cache.
28 class UnifiedCache;
90 friend class UnifiedCache;
181 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {
185 * Do not call directly. Instead use UnifiedCache::getInstance() as
186 * there should be only one UnifiedCache in an application.
188 UnifiedCache(UErrorCode &status);
193 static UnifiedCache *getInstance(UErrorCode &status);
268 const UnifiedCache *cache = getInstance(status);
345 virtual ~UnifiedCache();
353 UnifiedCache(const UnifiedCache &other);
354 UnifiedCache &operator=(const UnifiedCache &other);