Lines Matching refs:tzfmt
1249 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1257 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1260 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1263 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1274 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()
1276 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1280 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1288 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1291 tzfmt->formatOffsetISO8601Basic(offset, FALSE, FALSE, FALSE, result, status); in getDisplayName()
1320 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1323 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1325 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()