Home
last modified time | relevance | path

Searched refs:gZoneStringFormatCache (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dzstrfmt.cpp35 static U_NAMESPACE_QUALIFIER ZSFCache *gZoneStringFormatCache = NULL; variable
44 if (gZoneStringFormatCache != NULL) { in zoneStringFormat_cleanup()
45 delete gZoneStringFormatCache; in zoneStringFormat_cleanup()
46 gZoneStringFormatCache = NULL; in zoneStringFormat_cleanup()
48 gZoneStringFormatCache = NULL; in zoneStringFormat_cleanup()
905 if (gZoneStringFormatCache == NULL) { in getZoneStringFormat()
906 gZoneStringFormatCache = new ZSFCache(10 /* capacity */); in getZoneStringFormat()
911 return gZoneStringFormatCache->get(locale, status); in getZoneStringFormat()