Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dzstrfmt.h122 enum TimeZoneTranslationTypeIndex { enum
252 …UnicodeString& getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate da…
Dzstrfmt.cpp127 getTimeZoneTranslationType(TimeZoneTranslationTypeIndex typeIdx) { in getTimeZoneTranslationType()
507 … int32_t type = getTimeZoneTranslationType((TimeZoneTranslationTypeIndex)typeIdx); in ZoneStringFormat()
723 … int32_t type = getTimeZoneTranslationType((TimeZoneTranslationTypeIndex)typeidx); in ZoneStringFormat()
828 int32_t type = getTimeZoneTranslationType((TimeZoneTranslationTypeIndex)i); in ZoneStringFormat()
1059 ZoneStringFormat::getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate … in getString()