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

/external/icu4c/i18n/
H A Dislamcal.cpp55 static U_NAMESPACE_QUALIFIER CalendarCache *gMonthCache = NULL; variable
60 if (gMonthCache) {
61 delete gMonthCache;
62 gMonthCache = NULL;
234 int32_t start = CalendarCache::get(&gMonthCache, month, status);
268 CalendarCache::put(&gMonthCache, month, start, status);

Completed in 41 milliseconds