Home
last modified time | relevance | path

Searched refs:UTZNM_SHORT_STANDARD (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h59 UTZNM_SHORT_STANDARD = 0x10, enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp576 case UTZNM_SHORT_STANDARD: return UTZNM_INDEX_SHORT_STANDARD; in getTZNameTypeIndex()
588 case UTZNM_INDEX_SHORT_STANDARD: return UTZNM_SHORT_STANDARD; in getTZNameType()
1842 case UTZNM_SHORT_STANDARD: in getName()
1974 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1975 && (fTypes & UTZNM_SHORT_STANDARD) != 0 in handleMatch()
2061 const UChar *std = names->getName(UTZNM_SHORT_STANDARD); in prepareFind()
2084 stdInf->type = UTZNM_SHORT_STANDARD; in prepareFind()
Dtzgnames.cpp674 ? UTZNM_LONG_STANDARD : UTZNM_SHORT_STANDARD; in formatGenericNonLocationName()
923 case UTZNM_SHORT_STANDARD: // this one is never used for generic, but just in case in findBestMatch()
1096 nameTypes |= (UTZNM_SHORT_GENERIC | UTZNM_SHORT_STANDARD); in findTimeZoneNames()
Dtzfmt.cpp133 …L_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHO…
667 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
944 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse()
973 U_ASSERT((nameTypes & UTZNM_SHORT_STANDARD) != 0); in parse()
2670 case UTZNM_SHORT_STANDARD: in getTimeType()
Dtimezone.cpp1264 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
Ddtfmtsym.cpp1283 UTZNM_LONG_STANDARD, UTZNM_SHORT_STANDARD, in initZoneStringsArray()