Searched refs:UTZFMT_STYLE_LOCALIZED_GMT (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 59 UTZFMT_STYLE_LOCALIZED_GMT, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 697 case UTZFMT_STYLE_LOCALIZED_GMT: in format() 843 …evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALI… in parse() 851 case UTZFMT_STYLE_LOCALIZED_GMT: in parse() 881 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT]; in parse() 1093 (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT]) == 0) { in parse()
|
D | smpdtfmt.cpp | 1509 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat() 1545 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat() 2963 …ISO_BASIC_LOCAL_FULL : ((count == 5) ? UTZFMT_STYLE_ISO_EXTENDED_FULL: UTZFMT_STYLE_LOCALIZED_GMT); in subParse() 3007 …oneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZED_GMT; in subParse()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 708 …{"XXX+01:30YYY", 3, "en_US", UTZFMT_STYLE_LOCALIZED_GMT, false, "GMT+01:30… in TestParse()
|