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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tzfmt.h 12 * \brief C++ API: TimeZoneFormat
26 * in TimeZoneFormat.
201 * Constants for time types used by TimeZoneFormat APIs for
250 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
251 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
252 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
264 class U_I18N_API TimeZoneFormat : public Format {
270 TimeZoneFormat(const TimeZoneFormat& other);
276 virtual ~TimeZoneFormat();
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 12 * \brief C++ API: TimeZoneFormat
26 * in TimeZoneFormat.
198 * Constants for time types used by TimeZoneFormat APIs for
247 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
248 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
249 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
261 class U_I18N_API TimeZoneFormat : public Format {
267 TimeZoneFormat(const TimeZoneFormat& other);
273 virtual ~TimeZoneFormat();
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]

Completed in 1291 milliseconds