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

/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp149 static icu::LRUCache *gNumberFormatCache = NULL; variable
187 if (gNumberFormatCache) {
188 delete gNumberFormatCache;
189 gNumberFormatCache = NULL;
1264 U_ASSERT(gNumberFormatCache == NULL);
1266 gNumberFormatCache = new SimpleLRUCache(100, &createSharedNumberFormat, status);
1268 delete gNumberFormatCache;
1269 gNumberFormatCache = NULL;
1282 gNumberFormatCache->get(locale, ptr, status);

Completed in 105 milliseconds