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 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)
    [all...]
unifiedcache.cpp 7 * File UNIFIEDCACHE.CPP
12 #include "unifiedcache.h"
18 static icu::UnifiedCache *gCache = NULL;
72 gCache = new UnifiedCache(status);
88 const UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) {
97 UnifiedCache::UnifiedCache(UErrorCode &status) {
113 int32_t UnifiedCache::keyCount() const {
118 void UnifiedCache::flush() const
    [all...]

Completed in 69 milliseconds