Searched refs:stdType (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 724 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1710 …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/ |
D | TimeZoneFormat.java | 1780 …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/ |
D | tzfmt.cpp | 1348 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() argument 1367 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()
|