Searched defs:Win32DateFormat (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.h42 class Win32DateFormat : public DateFormat class in inherits: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);
H A Dwindtfmt.cpp48 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) function in class:Win32DateFormat
107 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other) function in class:Win32DateFormat
113 Win32DateFormat::~Win32DateFormat()
120 Win32DateFormat
[all...]

Completed in 58 milliseconds