Searched refs:TimeZoneFormat (Results 1 – 5 of 5) sorted by relevance
44 class U_I18N_API TimeZoneFormat : public UMemory {46 virtual ~TimeZoneFormat();48 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
28 class TimeZoneFormatImpl : public TimeZoneFormat {321 TimeZoneFormat* tzfmt;348 delete (TimeZoneFormat *) entry->tzfmt; in deleteTimeZoneFormatCacheEntry()377 class TimeZoneFormatDelegate : public TimeZoneFormat {421 TimeZoneFormat *tzfmt = NULL; in TimeZoneFormatDelegate()508 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat()512 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()522 TimeZoneFormat* U_EXPORT2523 TimeZoneFormat::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()524 TimeZoneFormat* tzfmt = new TimeZoneFormatDelegate(locale, status); in createInstance()
3588 TimeZoneFormat *3595 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat()
44 class TimeZoneFormat; variable1065 TimeZoneFormat *tzFormat() const;1106 TimeZoneFormat* fTimeZoneFormat;
2200 #define TimeZoneFormat U_ICU_ENTRY_POINT_RENAME(TimeZoneFormat) macro