Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h724 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1710 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1711 assert(stdType == NameType.LONG_STANDARD || stdType == NameType.SHORT_STANDARD);
1717 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1780 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1781 assert(stdType == NameType.LONG_STANDARD || stdType == NameType.SHORT_STANDARD);
1787 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1348 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() argument
1367 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()