Home
last modified time | relevance | path

Searched refs:TimeZoneTranslationType (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dzstrfmt.h111 enum TimeZoneTranslationType { enum
154 ZoneStringInfo(const UnicodeString &id, const UnicodeString &str, TimeZoneTranslationType type);
158 TimeZoneTranslationType fType;
Dzstrfmt.cpp98 getTimeZoneTranslationTypeIndex(TimeZoneTranslationType type) { in getTimeZoneTranslationTypeIndex()
377 TimeZoneTranslationType type) in ZoneStringInfo()
508 …nfo *zsinf = new ZoneStringInfo(strings[row][0], strings[row][col], (TimeZoneTranslationType)type); in ZoneStringFormat()
724 …nfo = new ZoneStringInfo(preferredIdForLocale, strings_mz[typeidx], (TimeZoneTranslationType)type); in ZoneStringFormat()
829 … ZoneStringInfo *zsinfo = new ZoneStringInfo(utzid, strings[i], (TimeZoneTranslationType)type); in ZoneStringFormat()
859 TimeZoneTranslationType type = (j == 1) ? GENERIC_LONG : GENERIC_SHORT; in ZoneStringFormat()