Searched refs:UTZNM_SHORT_STANDARD (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 59 UTZNM_SHORT_STANDARD = 0x10, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 582 case UTZNM_SHORT_STANDARD: return UTZNM_INDEX_SHORT_STANDARD; in getTZNameTypeIndex() 594 case UTZNM_INDEX_SHORT_STANDARD: return UTZNM_SHORT_STANDARD; in getTZNameType() 1848 case UTZNM_SHORT_STANDARD: in getName() 1980 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch() 1981 && (fTypes & UTZNM_SHORT_STANDARD) != 0 in handleMatch() 2070 const UChar *std = names->getName(UTZNM_SHORT_STANDARD); in prepareFind() 2093 stdInf->type = UTZNM_SHORT_STANDARD; in prepareFind()
|
D | tzgnames.cpp | 675 ? UTZNM_LONG_STANDARD : UTZNM_SHORT_STANDARD; in formatGenericNonLocationName() 924 case UTZNM_SHORT_STANDARD: // this one is never used for generic, but just in case in findBestMatch() 1097 nameTypes |= (UTZNM_SHORT_GENERIC | UTZNM_SHORT_STANDARD); in findTimeZoneNames()
|
D | tzfmt.cpp | 137 …L_SIMPLE_NAME_TYPES = UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHO… 671 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format() 948 nameTypes = (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT); in parse() 977 U_ASSERT((nameTypes & UTZNM_SHORT_STANDARD) != 0); in parse() 2697 case UTZNM_SHORT_STANDARD: in getTimeType()
|
D | timezone.cpp | 1263 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
|
D | dtfmtsym.cpp | 1283 UTZNM_LONG_STANDARD, UTZNM_SHORT_STANDARD, in initZoneStringsArray()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 1285 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_STANDARD, name); in TestFormatTZDBNamesAllZoneCoverage()
|