Lines Matching refs:tzfmt
1203 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1211 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1214 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1217 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1228 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()
1230 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1234 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1242 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1245 tzfmt->formatOffsetISO8601Basic(offset, FALSE, FALSE, FALSE, result, status); in getDisplayName()
1274 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1277 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1279 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()