Home | History | Annotate | Download | only in common

Lines Matching defs:UnifiedCache

7 * File UNIFIEDCACHE.H - The ICU Unified cache.
28 class UnifiedCache;
89 friend class UnifiedCache;
178 class U_COMMON_API UnifiedCache : public UObject {
183 UnifiedCache(UErrorCode &status);
188 static const UnifiedCache *getInstance(UErrorCode &status);
263 const UnifiedCache *cache = getInstance(status);
288 virtual ~UnifiedCache();
291 UnifiedCache(const UnifiedCache &other);
292 UnifiedCache &operator=(const UnifiedCache &other);