Searched refs:ZSFCache (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dzstrfmt.h487 friend class ZSFCache;
503 friend class ZSFCache;
510 class ZSFCache : public UMemory { class in inherits:UMemory
512 ZSFCache(int32_t capacity);
513 ~ZSFCache();
H A Dzstrfmt.cpp37 static U_NAMESPACE_QUALIFIER ZSFCache *gZoneStringFormatCache = NULL;
1180 gZoneStringFormatCache = new ZSFCache(10 /* capacity */);
1980 ZSFCache::ZSFCache(int32_t capacity) function in class:ZSFCache
1984 ZSFCache::~ZSFCache() {
1994 ZSFCache::get(const Locale &locale, UErrorCode &status) {
/external/icu4c/common/unicode/
H A Durename.h2221 #define ZSFCache U_ICU_ENTRY_POINT_RENAME(ZSFCache) macro

Completed in 593 milliseconds