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

/external/icu4c/i18n/
H A Dtimezone.cpp74 #include "unicode/tzfmt.h"
1231 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1239 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType);
1242 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType);
1245 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
1256 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status);
1258 tzfmt->formatOffsetLocalizedGMT(offset, result, status);
1262 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1270 tzfmt->formatOffsetLocalizedGMT(offset, result, status);
1273 tzfmt
[all...]
H A Dtzfmt.cpp13 #include "unicode/tzfmt.h"
468 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
471 fLocale == tzfmt->fLocale
472 && fGMTPattern == tzfmt->fGMTPattern
473 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
474 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
477 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
480 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
496 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); local
498 return tzfmt;
[all...]
H A DAndroid.mk84 smpdtfst.cpp smpdtfst.h tzfmt.cpp \
H A Dsmpdtfmt.cpp48 #include "unicode/tzfmt.h"
3543 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
3548 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt;
/external/icu4c/test/intltest/
H A Dtzfmttst.cpp21 #include "unicode/tzfmt.h"
720 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
728 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, parseOptions, &ttype);

Completed in 113 milliseconds