Searched refs:UTZFMT_STYLE_LOCALIZED_GMT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtzfmt.h59 UTZFMT_STYLE_LOCALIZED_GMT, enumerator in enum:UTimeZoneFormatStyle
515 * @param style The style (e.g. <code>UTZFMT_STYLE_GENERIC_LONG</code>, <code>UTZFMT_STYLE_LOCALIZED_GMT</code>...)
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtzfmt.cpp42 0x0020, // UTZFMT_STYLE_LOCALIZED_GMT,
697 case UTZFMT_STYLE_LOCALIZED_GMT:
842 // evaluated |= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
843 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
851 case UTZFMT_STYLE_LOCALIZED_GMT:
881 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
1093 (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT]) == 0) {
H A Dsmpdtfmt.cpp1602 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1638 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
3079 UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL : ((count == 5) ? UTZFMT_STYLE_ISO_EXTENDED_FULL: UTZFMT_STYLE_LOCALIZED_GMT);
3123 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZED_GMT;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzfmttst.cpp749 {"XXX+01:30YYY", 3, "en_US", UTZFMT_STYLE_LOCALIZED_GMT, false, "GMT+01:30", 9, UTZFMT_TIME_TYPE_UNKNOWN},

Completed in 88 milliseconds