Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzFormat

1454                         tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1458 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1465 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1468 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1471 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1477 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1481 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1488 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1491 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1494 tzFormat()->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString);
1497 tzFormat()->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString);
1504 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString);
1507 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1513 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString);
1516 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString);
1519 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString);
1522 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString);
1525 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1531 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString);
1534 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString);
1537 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString);
1540 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1543 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString);
2899 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2912 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2924 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2950 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2962 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2991 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
3020 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
3270 return (const TimeZoneFormat*)tzFormat();
3537 SimpleDateFormat::tzFormat() const {