HomeSort by relevance Sort by last modified time
    Searched refs:TimeZoneFormat (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
tzfmt.cpp 172 // item and used by TimeZoneFormat
306 // TimeZoneFormat
308 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat)
310 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status)
408 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other)
418 TimeZoneFormat::~TimeZoneFormat() {
    [all...]
timezone.cpp     [all...]
smpdtfmt.cpp 483 // TimeZoneFormat in ICU4C only depends on a locale for now
    [all...]
  /external/icu4c/i18n/unicode/
tzfmt.h 12 * \brief C++ API: TimeZoneFormat
27 * in TimeZoneFormat.
204 * Constants for time types used by TimeZoneFormat APIs for
253 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
254 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
255 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
267 class U_I18N_API TimeZoneFormat : public Format {
273 TimeZoneFormat(const TimeZoneFormat& other);
279 virtual ~TimeZoneFormat();
    [all...]
smpdtfmt.h 45 class TimeZoneFormat;
    [all...]
  /external/icu4c/test/intltest/
tzfmttst.cpp 720 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
722 dataerrln("Fail TimeZoneFormat::createInstance: %s", u_errorName(status));
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 451 milliseconds