Searched refs:gZoneStringFormatCache (Results 1 – 1 of 1) sorted by relevance
35 static U_NAMESPACE_QUALIFIER ZSFCache *gZoneStringFormatCache = NULL; variable44 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()