Searched refs:UTZNM_SHORT_DAYLIGHT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h62 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator in enum:UTimeZoneNameType
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h62 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator in enum:UTimeZoneNameType
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp131 static const int32_t ALL_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXEMPLAR_LOCATION;
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
932 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT);
2575 case UTZNM_SHORT_DAYLIGHT:
H A Dtznames_impl.cpp49 UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT,
550 case UTZNM_SHORT_DAYLIGHT:
H A Dtimezone.cpp1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
H A Dtzgnames.cpp954 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case
H A Ddtfmtsym.cpp1141 zarray[i][4].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_DAYLIGHT, now, tzDispName));
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp131 static const int32_t ALL_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXEMPLAR_LOCATION;
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
932 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT);
2575 case UTZNM_SHORT_DAYLIGHT:
H A Dtznames_impl.cpp49 UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT,
550 case UTZNM_SHORT_DAYLIGHT:
H A Dtimezone.cpp1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
H A Dtzgnames.cpp954 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case
H A Ddtfmtsym.cpp1141 zarray[i][4].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_DAYLIGHT, now, tzDispName));

Completed in 1074 milliseconds