• Home
  • Raw
  • Download

Lines Matching refs:tzfmt

1760             const TimeZoneFormat *tzfmt = tzFormat(status);  in subFormat()  local
1765 tzfmt->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString); in subFormat()
1769 tzfmt->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString); in subFormat()
1776 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1779 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1782 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1788 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat()
1792 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat()
1799 tzfmt->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString); in subFormat()
1802 tzfmt->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat()
1805 tzfmt->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString); in subFormat()
1808 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString); in subFormat()
1815 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString); in subFormat()
1818 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1824 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString); in subFormat()
1827 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString); in subFormat()
1830 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString); in subFormat()
1833 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString); in subFormat()
1836 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1842 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString); in subFormat()
1845 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1848 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1851 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1854 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString); in subFormat()
3512 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3514 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3527 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3529 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3540 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3542 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3567 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3569 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3580 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3582 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3610 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3612 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3640 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3642 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
4315 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat() local
4320 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()