• Home
  • Raw
  • Download

Lines Matching refs:zoneString

1757             UnicodeString zoneString(zsbuf, 0, UPRV_LENGTHOF(zsbuf));  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()
1861 appendTo += zoneString; in subFormat()