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

  /external/icu/icu4c/source/i18n/
windtfmt.h 42 class Win32DateFormat : public DateFormat
45 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
47 Win32DateFormat(const Win32DateFormat &other);
49 virtual ~Win32DateFormat();
53 Win32DateFormat &operator=(const Win32DateFormat &other);
windtfmt.cpp 50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32DateFormat)
57 UnicodeString* Win32DateFormat::getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const
162 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
180 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other)
186 Win32DateFormat::~Win32DateFormat()
194 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other
    [all...]
datefmt.cpp 507 Win32DateFormat *f = new Win32DateFormat(timeStyle, dateStyle, locale, status);
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 395 TESTCLASSID_FACTORY(Win32DateFormat, DateFormat::createDateInstance(DateFormat::kFull, Locale("@compat=host")));

Completed in 89 milliseconds