Home | History | Annotate | Download | only in i18n

Lines Matching defs:RelativeDateFormat

39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
41 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status)
92 RelativeDateFormat::~RelativeDateFormat() {
100 Format* RelativeDateFormat::clone(void) const {
101 return new RelativeDateFormat(*this);
104 UBool RelativeDateFormat::operator==(const Format& other) const {
107 RelativeDateFormat* that = (RelativeDateFormat*)&other;
115 UnicodeString& RelativeDateFormat::format( Calendar& cal,
167 RelativeDateFormat::format(const Formattable& obj,
180 void RelativeDateFormat::parse( const UnicodeString& text,
221 RelativeDateFormat::parse( const UnicodeString& text,
229 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
237 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const {
259 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const
286 RelativeDateFormat::toPatternDate(UnicodeString& result, UErrorCode& status) const
303 RelativeDateFormat::toPatternTime(UnicodeString& result, UErrorCode& status) const
320 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status)
343 RelativeDateFormat::getDateFormatSymbols() const
352 void RelativeDateFormat::loadDates(UErrorCode &status) {
451 RelativeDateFormat::initializeCalendar(TimeZone* adoptZone, const Locale& locale, UErrorCode& status)
462 int32_t RelativeDateFormat::dayDifference(Calendar &cal, UErrorCode &status) {