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(const Formattable& obj,
181 DateFormat::format(Calendar& /* unused cal */,
194 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
209 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter,
223 DateFormat::format(UDate date, UnicodeString& appendTo) const
234 DateFormat::parse(const UnicodeString& text,
268 DateFormat::parse(const UnicodeString& text,
288 DateFormat::parseObject(const UnicodeString& source,
297 DateFormat* U_EXPORT2
298 DateFormat::createTimeInstance(DateFormat::EStyle style,
306 DateFormat* U_EXPORT2
307 DateFormat::createDateInstance(DateFormat::EStyle style,
321 DateFormat* U_EXPORT2
322 DateFormat::createDateTimeInstance(EStyle dateStyle,
335 DateFormat* U_EXPORT2
336 DateFormat::createInstance()
343 DateFormat* U_EXPORT2
344 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale)
351 // if the locale has "@compat=host", create a host-specific DateFormat...
392 DateFormat::getAvailableLocales(int32_t& count)
403 DateFormat::adoptCalendar(Calendar* newCalendar)
411 DateFormat::setCalendar(const Calendar& newCalendar)
422 DateFormat::getCalendar() const
430 DateFormat::adoptNumberFormat(NumberFormat* newNumberFormat)
439 DateFormat::setNumberFormat(const NumberFormat& newNumberFormat)
450 DateFormat::getNumberFormat() const
458 DateFormat::adoptTimeZone(TimeZone* zone)
467 DateFormat::setTimeZone(const TimeZone& zone)
477 DateFormat::getTimeZone() const
490 DateFormat::setLenient(UBool lenient)
500 DateFormat::isLenient() const