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.java1711 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1712 assert(stdType == NameType.LONG_STANDARD || stdType == NameType.SHORT_STANDARD);
1718 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1781 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
1782 assert(stdType == NameType.LONG_STANDARD || stdType == NameType.SHORT_STANDARD);
1788 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1352 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() argument
1371 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()