Lines Matching refs:tzfmt
1206 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1214 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1217 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1220 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1231 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()
1233 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1237 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1245 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1248 tzfmt->formatOffsetISO8601Basic(offset, FALSE, FALSE, FALSE, result, status); in getDisplayName()
1277 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1280 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1282 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()