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.h64 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp577 case UTZNM_SHORT_DAYLIGHT: return UTZNM_INDEX_SHORT_DAYLIGHT; in getTZNameTypeIndex()
589 case UTZNM_INDEX_SHORT_DAYLIGHT: return UTZNM_SHORT_DAYLIGHT; in getTZNameType()
1845 case UTZNM_SHORT_DAYLIGHT: in getName()
1974 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1976 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) { in handleMatch()
2062 const UChar *dst = names->getName(UTZNM_SHORT_DAYLIGHT); in prepareFind()
2097 dstInf->type = UTZNM_SHORT_DAYLIGHT; in prepareFind()
Dtzfmt.cpp133 …TZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXE…
667 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
944 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse()
974 U_ASSERT((nameTypes & UTZNM_SHORT_DAYLIGHT) != 0); in parse()
2674 case UTZNM_SHORT_DAYLIGHT: in getTimeType()
Dtzgnames.cpp928 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case in findBestMatch()
Dtimezone.cpp1264 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
Ddtfmtsym.cpp1284 UTZNM_LONG_DAYLIGHT, UTZNM_SHORT_DAYLIGHT in initZoneStringsArray()