Searched refs:stdType (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 725 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1778 …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/ |
D | tzfmt.cpp | 1346 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() argument 1365 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()
|