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

  /external/icu/icu4c/source/common/
unifiedcache.cpp 9 * File UNIFIEDCACHE.CPP
14 #include "unifiedcache.h"
20 static icu::UnifiedCache *gCache = NULL;
79 gCache = new UnifiedCache(status);
95 UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) {
104 UnifiedCache::UnifiedCache(UErrorCode &status) :
126 void UnifiedCache::setEvictionPolicy(
140 int32_t UnifiedCache::unusedCount() const
    [all...]
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);
347 virtual ~UnifiedCache();
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_imp.h 66 class UnifiedCache;
120 const UnifiedCache *cache;
datefmt.cpp 33 #include "unifiedcache.h"
434 UnifiedCache *cache = UnifiedCache::getInstance(status);
ucol_res.cpp 53 #include "unifiedcache.h"
169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re),
numfmt.cpp 57 #include "unifiedcache.h"
    [all...]
reldatefmt.cpp 42 #include "unifiedcache.h"
    [all...]
calendar.cpp 63 #include "unifiedcache.h"
972 UnifiedCache::getByLocale(aLocale, shared, success);
1011 UnifiedCache::getByLocale(aLocale, shared, success);
    [all...]
measfmt.cpp 43 #include "unifiedcache.h"
871 UnifiedCache::getByLocale(locale, cache, status);
    [all...]
plurrule.cpp 37 #include "unifiedcache.h"
180 UnifiedCache::getByLocale(locale, result, status);
    [all...]
dtfmtsym.cpp 49 #include "unifiedcache.h"
251 UnifiedCache::getByLocale(locale, shared, status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 15 #include "unifiedcache.h"
37 const UnifiedCache *cacheContext = (const UnifiedCache *) context;
45 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status);
98 const UnifiedCache *cache = UnifiedCache::getInstance(status);
114 // We have to call this first or else calling the UnifiedCache
117 UnifiedCache::getInstance(status);
119 // We create our own local UnifiedCache instance to ensure we have
122 UnifiedCache cache(status)
    [all...]
tsmthred.cpp 28 #include "unifiedcache.h"
    [all...]

Completed in 904 milliseconds