HomeSort by relevance Sort by last modified time
    Searched defs:Win32DateFormat (Results 1 - 2 of 2) 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...]

Completed in 1206 milliseconds