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

/external/icu4c/i18n/
H A Dtzfmt.cpp320 typedef struct TimeZoneFormatCacheEntry { struct
364 TimeZoneFormatCacheEntry *entry = (TimeZoneFormatCacheEntry *)elem->value.pointer;
391 TimeZoneFormatCacheEntry* fTZfmtCacheEntry;
415 TimeZoneFormatCacheEntry *cacheEntry = NULL;
419 cacheEntry = (TimeZoneFormatCacheEntry *)uhash_get(gTimeZoneFormatCache, key);
437 cacheEntry = (TimeZoneFormatCacheEntry *)uprv_malloc(sizeof(TimeZoneFormatCacheEntry));

Completed in 48 milliseconds