Searched refs:UTZFMT_STYLE_GENERIC_SHORT (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 44 UTZFMT_STYLE_GENERIC_SHORT, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | tzfmt.h | 44 UTZFMT_STYLE_GENERIC_SHORT, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | tzfmt.cpp | 652 case UTZFMT_STYLE_GENERIC_SHORT: in format() 701 case UTZFMT_STYLE_GENERIC_SHORT: in format() 816 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT); in parse() 962 case UTZFMT_STYLE_GENERIC_SHORT: in parse() 975 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
|
D | smpdtfmt.cpp | 1488 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat() 2917 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()
|
D | timezone.cpp | 1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 652 case UTZFMT_STYLE_GENERIC_SHORT: in format() 701 case UTZFMT_STYLE_GENERIC_SHORT: in format() 816 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT); in parse() 962 case UTZFMT_STYLE_GENERIC_SHORT: in parse() 975 case UTZFMT_STYLE_GENERIC_SHORT: in parse()
|
D | smpdtfmt.cpp | 1515 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat() 2973 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse()
|
D | timezone.cpp | 1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
|