Home
last modified time | relevance | path

Searched refs:stdType (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h725 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1778 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1779 assert(stdType == NameType.LONG_STANDARD || stdType == NameType.SHORT_STANDARD);
1785 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1346 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() argument
1365 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()