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

  /external/icu/icu4c/source/common/
unifiedcache.h 9 * File UNIFIEDCACHE.H - The ICU Unified cache.
30 class UnifiedCache;
92 friend class UnifiedCache;
183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {
187 * Do not call directly. Instead use UnifiedCache::getInstance() as
188 * there should be only one UnifiedCache in an application.
190 UnifiedCache(UErrorCode &status);
195 static UnifiedCache *getInstance(UErrorCode &status);
270 const UnifiedCache *cache = getInstance(status);
345 virtual ~UnifiedCache();
    [all...]
unifiedcache.cpp 9 * File unifiedcache.cpp
13 #include "unifiedcache.h"
23 static icu::UnifiedCache *gCache = NULL;
74 gCache = new UnifiedCache(status);
85 UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) {
94 UnifiedCache::UnifiedCache(UErrorCode &status) :
126 void UnifiedCache::setEvictionPolicy(
140 int32_t UnifiedCache::unusedCount() const
    [all...]

Completed in 1948 milliseconds