Searched refs:UTZFMT_STYLE_GENERIC_SHORT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzfmt.h44 UTZFMT_STYLE_GENERIC_SHORT, enumerator in enum:UTimeZoneFormatStyle
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h44 UTZFMT_STYLE_GENERIC_SHORT, enumerator in enum:UTimeZoneFormatStyle
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp39 0x0004, // UTZFMT_STYLE_GENERIC_SHORT,
652 case UTZFMT_STYLE_GENERIC_SHORT:
701 case UTZFMT_STYLE_GENERIC_SHORT:
816 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT);
962 case UTZFMT_STYLE_GENERIC_SHORT:
975 case UTZFMT_STYLE_GENERIC_SHORT:
H A Dsmpdtfmt.cpp1488 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
2917 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG;
H A Dtimezone.cpp1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp39 0x0004, // UTZFMT_STYLE_GENERIC_SHORT,
652 case UTZFMT_STYLE_GENERIC_SHORT:
701 case UTZFMT_STYLE_GENERIC_SHORT:
816 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT);
962 case UTZFMT_STYLE_GENERIC_SHORT:
975 case UTZFMT_STYLE_GENERIC_SHORT:
H A Dtimezone.cpp1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
H A Dsmpdtfmt.cpp1515 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
2973 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG;

Completed in 207 milliseconds