Home | History | Annotate | Download | only in i18n

Lines Matching defs:DateFormat

38 // class DateFormat
43 DateFormat::DateFormat()
51 DateFormat::DateFormat(const DateFormat& other)
61 DateFormat& DateFormat::operator=(const DateFormat& other)
83 DateFormat::~DateFormat()
92 DateFormat::operator==(const Format& other) const
96 // an instance of a sublcass of DateFormat. THIS IS IMPORTANT.
99 DateFormat* fmt = (DateFormat*)&other;
110 DateFormat::format(const Formattable& obj,
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
160 DateFormat::format(UDate date, UnicodeString& appendTo) const
171 DateFormat::parse(const UnicodeString& text,
205 DateFormat::parse(const UnicodeString& text,
225 DateFormat::parseObject(const UnicodeString& source,
234 DateFormat* U_EXPORT2
235 DateFormat::createTimeInstance(DateFormat::EStyle style,
243 DateFormat* U_EXPORT2
244 DateFormat::createDateInstance(DateFormat::EStyle style,
258 DateFormat* U_EXPORT2
259 DateFormat::createDateTimeInstance(EStyle dateStyle,
272 DateFormat* U_EXPORT2
273 DateFormat::createInstance()
280 DateFormat* U_EXPORT2
281 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale)
288 // if the locale has "@compat=host", create a host-specific DateFormat...
329 DateFormat::getAvailableLocales(int32_t& count)
340 DateFormat::adoptCalendar(Calendar* newCalendar)
348 DateFormat::setCalendar(const Calendar& newCalendar)
359 DateFormat::getCalendar() const
367 DateFormat::adoptNumberFormat(NumberFormat* newNumberFormat)
376 DateFormat::setNumberFormat(const NumberFormat& newNumberFormat)
387 DateFormat::getNumberFormat() const
395 DateFormat::adoptTimeZone(TimeZone* zone)
404 DateFormat::setTimeZone(const TimeZone& zone)
414 DateFormat::getTimeZone() const
427 DateFormat::setLenient(UBool lenient)
437 DateFormat::isLenient() const