Searched refs:UTZNM_SHORT_DAYLIGHT (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 64 UTZNM_SHORT_DAYLIGHT = 0x20, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 583 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()
|
D | tzfmt.cpp | 137 …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()
|
D | tzgnames.cpp | 929 case UTZNM_SHORT_DAYLIGHT: // this one is never used for generic, but just in case in findBestMatch()
|
D | timezone.cpp | 1263 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
|
D | dtfmtsym.cpp | 1284 UTZNM_LONG_DAYLIGHT, UTZNM_SHORT_DAYLIGHT in initZoneStringsArray()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 1294 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_DAYLIGHT, name); in TestFormatTZDBNamesAllZoneCoverage()
|