Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h62 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp49 UTZNM_SHORT_GENERIC, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT,
580 case UTZNM_SHORT_DAYLIGHT: in getName()
1577 case UTZNM_SHORT_DAYLIGHT: in getName()
1706 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1708 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) { in handleMatch()
1794 const UChar *dst = names->getName(UTZNM_SHORT_DAYLIGHT); in prepareFind()
1829 dstInf->type = UTZNM_SHORT_DAYLIGHT; in prepareFind()
Dtzfmt.cpp131 …TZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXE…
665 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
942 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse()
972 U_ASSERT((nameTypes & UTZNM_SHORT_DAYLIGHT) != 0); in parse()
2672 case UTZNM_SHORT_DAYLIGHT: in getTimeType()
Dtzgnames.cpp958 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case in findBestMatch()
Dtimezone.cpp1260 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
Ddtfmtsym.cpp1270 … zarray[i][4].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_DAYLIGHT, now, tzDispName)); in initZoneStringsArray()