• Home
  • Raw
  • Download

Lines Matching refs:Win32DateFormat

50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32DateFormat)  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()  argument
57 UnicodeString* Win32DateFormat::getTimeDateFormat(const Calendar *cal, const Locale *locale, UError… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
162 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const … in Win32DateFormat() function in Win32DateFormat
180 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other) in Win32DateFormat() function in Win32DateFormat
186 Win32DateFormat::~Win32DateFormat() in ~Win32DateFormat()
194 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other) in operator =()
217 Win32DateFormat *Win32DateFormat::clone() const in clone()
219 return new Win32DateFormat(*this); in clone()
223 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition & /* p… in format()
267 void Win32DateFormat::parse(const UnicodeString& /* text */, Calendar& /* cal */, ParsePosition& po… in parse()
272 void Win32DateFormat::adoptCalendar(Calendar *newCalendar) in adoptCalendar()
289 void Win32DateFormat::setCalendar(const Calendar &newCalendar) in setCalendar()
294 void Win32DateFormat::adoptTimeZone(TimeZone *zoneToAdopt) in adoptTimeZone()
300 void Win32DateFormat::setTimeZone(const TimeZone& zone) in setTimeZone()
308 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const in formatDate()
341 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const in formatTime()
372 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo()