Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h64 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp583 case UTZNM_SHORT_DAYLIGHT: return UTZNM_INDEX_SHORT_DAYLIGHT; in getTZNameTypeIndex()
595 case UTZNM_INDEX_SHORT_DAYLIGHT: return UTZNM_SHORT_DAYLIGHT; in getTZNameType()
1851 case UTZNM_SHORT_DAYLIGHT: in getName()
1980 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1982 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) { in handleMatch()
2071 const UChar *dst = names->getName(UTZNM_SHORT_DAYLIGHT); in prepareFind()
2106 dstInf->type = UTZNM_SHORT_DAYLIGHT; in prepareFind()
Dtzfmt.cpp137 …TZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXE…
671 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
948 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse()
978 U_ASSERT((nameTypes & UTZNM_SHORT_DAYLIGHT) != 0); in parse()
2701 case UTZNM_SHORT_DAYLIGHT: in getTimeType()
Dtzgnames.cpp929 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case in findBestMatch()
Dtimezone.cpp1263 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
Ddtfmtsym.cpp1284 UTZNM_LONG_DAYLIGHT, UTZNM_SHORT_DAYLIGHT in initZoneStringsArray()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp1294 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_DAYLIGHT, name); in TestFormatTZDBNamesAllZoneCoverage()