Lines Matching defs:tz

1486             const TimeZone& tz = cal.getTimeZone();
1492 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1496 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1503 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1506 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1509 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1515 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1519 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1526 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1529 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1532 tzFormat()->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString);
1535 tzFormat()->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString);
1542 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString);
1545 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1551 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString);
1554 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString);
1557 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString);
1560 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString);
1563 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1569 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString);
1572 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString);
1575 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString);
1578 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1581 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString);
1948 const TimeZone & tz = cal.getTimeZone();
1951 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL
1952 || dynamic_cast<const SimpleTimeZone *>(&tz) != NULL
1953 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL
1954 || dynamic_cast<const VTimeZone *>(&tz) != NULL) {
1955 btz = (BasicTimeZone*)&tz;
1977 tz.getOffset(localMillis, TRUE, raw, dst, status);
2037 resolvedSavings = tz.getDSTSavings();
2953 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
2954 if (tz != NULL) {
2955 cal.adoptTimeZone(tz);
2964 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
2965 if (tz != NULL) {
2966 cal.adoptTimeZone(tz);
2974 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
2975 if (tz != NULL) {
2976 cal.adoptTimeZone(tz);
2998 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
2999 if (tz != NULL) {
3000 cal.adoptTimeZone(tz);
3008 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
3009 if (tz != NULL) {
3010 cal.adoptTimeZone(tz);
3035 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
3036 if (tz != NULL) {
3037 cal.adoptTimeZone(tz);
3062 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
3063 if (tz != NULL) {
3064 cal.adoptTimeZone(tz);