Searched refs:formatSpecific (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 | 898 … result = formatSpecific(tz, NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, date, timeType); in format() 901 … result = formatSpecific(tz, NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, date, timeType); in format() 1778 …private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<T…
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 662 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType); in format() 665 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format() 1346 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() function in TimeZoneFormat
|