Lines Matching refs:tzfmt
1207 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1215 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1218 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1221 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1232 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()
1234 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1238 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1246 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1249 tzfmt->formatOffsetISO8601Basic(offset, FALSE, FALSE, FALSE, result, status); in getDisplayName()
1278 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
1281 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
1283 tzfmt->formatOffsetShortLocalizedGMT(offset, result, status); in getDisplayName()