Home
last modified time | relevance | path

Searched refs:TimeZoneFormat (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dtzfmt.h44 class U_I18N_API TimeZoneFormat : public UMemory {
46 virtual ~TimeZoneFormat();
48 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
Dtzfmt.cpp28 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_EXPORT2
523 TimeZoneFormat::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()
524 TimeZoneFormat* tzfmt = new TimeZoneFormatDelegate(locale, status); in createInstance()
Dsmpdtfmt.cpp3588 TimeZoneFormat *
3595 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat()
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h44 class TimeZoneFormat; variable
1065 TimeZoneFormat *tzFormat() const;
1106 TimeZoneFormat* fTimeZoneFormat;
/external/icu4c/common/unicode/
Durename.h2200 #define TimeZoneFormat U_ICU_ENTRY_POINT_RENAME(TimeZoneFormat) macro