Lines Matching refs:tzfmt
1230 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1238 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1241 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1244 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1255 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()
1257 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1261 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1269 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1272 tzfmt->formatOffsetISO8601Basic(offset, FALSE, FALSE, FALSE, result, status); in getDisplayName()
1301 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1304 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1306 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()