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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h57 UTZNM_SHORT_STANDARD = 0x10, enumerator in enum:UTimeZoneNameType
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h57 UTZNM_SHORT_STANDARD = 0x10, enumerator in enum:UTimeZoneNameType
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzgnames.cpp696 ? UTZNM_LONG_STANDARD : UTZNM_SHORT_STANDARD;
949 case UTZNM_SHORT_STANDARD: // this one is never used for generic, but just in case
1122 nameTypes |= (UTZNM_SHORT_GENERIC | UTZNM_SHORT_STANDARD);
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);
2571 case UTZNM_SHORT_STANDARD:
H A Dtznames_impl.cpp49 UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT,
547 case UTZNM_SHORT_STANDARD:
H A Dtimezone.cpp1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
H A Ddtfmtsym.cpp1139 zarray[i][2].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_STANDARD, now, tzDispName));
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp696 ? UTZNM_LONG_STANDARD : UTZNM_SHORT_STANDARD;
949 case UTZNM_SHORT_STANDARD: // this one is never used for generic, but just in case
1122 nameTypes |= (UTZNM_SHORT_GENERIC | UTZNM_SHORT_STANDARD);
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);
2571 case UTZNM_SHORT_STANDARD:
H A Dtznames_impl.cpp49 UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT,
547 case UTZNM_SHORT_STANDARD:
H A Dtimezone.cpp1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
H A Ddtfmtsym.cpp1139 zarray[i][2].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_STANDARD, now, tzDispName));

Completed in 153 milliseconds