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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dhebrwcal.cpp134 static icu::CalendarCache *gCache = NULL; variable
138 delete gCache;
139 gCache = NULL;
390 int32_t day = CalendarCache::get(&gCache, year, status);
418 CalendarCache::put(&gCache, year, day, status);
H A Dreldatefmt.cpp36 static icu::LRUCache *gCache = NULL; variable
43 if (gCache) {
44 delete gCache;
45 gCache = NULL;
503 U_ASSERT(gCache == NULL);
505 gCache = new SimpleLRUCache(100, &createData, status);
507 delete gCache;
508 gCache = NULL;
521 gCache->get(locale, ptr, status);
H A Dmeasfmt.cpp41 static icu::LRUCache *gCache = NULL; variable
48 if (gCache) {
49 delete gCache;
50 gCache = NULL;
353 U_ASSERT(gCache == NULL);
356 gCache = new SimpleLRUCache(100, &createData, status);
358 delete gCache;
359 gCache = NULL;
372 gCache->get(locale, ptr, status);

Completed in 186 milliseconds