Lines Matching defs:DateFormat

38 // class DateFormat
43 DateFormat::DateFormat()
51 DateFormat::DateFormat(const DateFormat& other)
61 DateFormat& DateFormat::operator=(const DateFormat& other)
84 DateFormat::~DateFormat()
93 DateFormat::operator==(const Format& other) const
97 // an instance of a sublcass of DateFormat. THIS IS IMPORTANT.
100 DateFormat* fmt = (DateFormat*)&other;
111 DateFormat::format(const Formattable& obj,
146 DateFormat::format(const Formattable& obj,
182 DateFormat::format(Calendar& /* unused cal */,
195 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
214 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter,
232 DateFormat::format(UDate date, UnicodeString& appendTo) const
243 DateFormat::parse(const UnicodeString& text,
274 DateFormat::parse(const UnicodeString& text,
294 DateFormat::parseObject(const UnicodeString& source,
303 DateFormat* U_EXPORT2
304 DateFormat::createTimeInstance(DateFormat::EStyle style,
312 DateFormat* U_EXPORT2
313 DateFormat::createDateInstance(DateFormat::EStyle style,
327 DateFormat* U_EXPORT2
328 DateFormat::createDateTimeInstance(EStyle dateStyle,
341 DateFormat* U_EXPORT2
342 DateFormat::createInstance()
349 DateFormat* U_EXPORT2
350 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale)
357 // if the locale has "@compat=host", create a host-specific DateFormat...
398 DateFormat::getAvailableLocales(int32_t& count)
409 DateFormat::adoptCalendar(Calendar* newCalendar)
417 DateFormat::setCalendar(const Calendar& newCalendar)
428 DateFormat::getCalendar() const
436 DateFormat::adoptNumberFormat(NumberFormat* newNumberFormat)
445 DateFormat::setNumberFormat(const NumberFormat& newNumberFormat)
456 DateFormat::getNumberFormat() const
464 DateFormat::adoptTimeZone(TimeZone* zone)
473 DateFormat::setTimeZone(const TimeZone& zone)
483 DateFormat::getTimeZone() const
496 DateFormat::setLenient(UBool lenient)
506 DateFormat::isLenient() const
517 DateFormat&
518 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr,
533 DateFormat::getBooleanAttribute(UDateFormatBooleanAttribute attr, UErrorCode &/*status*/) const {