Searched refs:UTZNM_SHORT_DAYLIGHT (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 62 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 49 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()
|
D | tzfmt.cpp | 131 …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()
|
D | tzgnames.cpp | 958 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case in findBestMatch()
|
D | timezone.cpp | 1260 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
|
D | dtfmtsym.cpp | 1270 … zarray[i][4].setTo(tzNames->getDisplayName(*tzid, UTZNM_SHORT_DAYLIGHT, now, tzDispName)); in initZoneStringsArray()
|