Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h59 UTZNM_SHORT_STANDARD = 0x10, enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp582 case UTZNM_SHORT_STANDARD: return UTZNM_INDEX_SHORT_STANDARD; in getTZNameTypeIndex()
594 case UTZNM_INDEX_SHORT_STANDARD: return UTZNM_SHORT_STANDARD; in getTZNameType()
1848 case UTZNM_SHORT_STANDARD: in getName()
1980 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1981 && (fTypes & UTZNM_SHORT_STANDARD) != 0 in handleMatch()
2070 const UChar *std = names->getName(UTZNM_SHORT_STANDARD); in prepareFind()
2093 stdInf->type = UTZNM_SHORT_STANDARD; in prepareFind()
Dtzgnames.cpp675 ? UTZNM_LONG_STANDARD : UTZNM_SHORT_STANDARD; in formatGenericNonLocationName()
924 case UTZNM_SHORT_STANDARD: // this one is never used for generic, but just in case in findBestMatch()
1097 nameTypes |= (UTZNM_SHORT_GENERIC | UTZNM_SHORT_STANDARD); in findTimeZoneNames()
Dtzfmt.cpp137 …L_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHO…
671 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
948 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse()
977 U_ASSERT((nameTypes & UTZNM_SHORT_STANDARD) != 0); in parse()
2697 case UTZNM_SHORT_STANDARD: in getTimeType()
Dtimezone.cpp1263 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
Ddtfmtsym.cpp1283 UTZNM_LONG_STANDARD, UTZNM_SHORT_STANDARD, in initZoneStringsArray()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp1285 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_STANDARD, name); in TestFormatTZDBNamesAllZoneCoverage()