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

  /external/icu4c/i18n/
windtfmt.h 40 class Win32DateFormat : public DateFormat
43 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
45 Win32DateFormat(const Win32DateFormat &other);
47 virtual ~Win32DateFormat();
51 Win32DateFormat &operator=(const Win32DateFormat &other);
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const {
windtfmt.cpp 46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32DateFormat)
55 UnicodeString* Win32DateFormat::getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const
96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
107 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other)
113 Win32DateFormat::~Win32DateFormat()
120 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other
    [all...]

Completed in 19 milliseconds