Home | History | Annotate | Download | only in i18n

Lines Matching refs:RelativeDateFormat

37 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
39 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
58 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
108 RelativeDateFormat::~RelativeDateFormat() {
115 Format* RelativeDateFormat::clone(void) const {
116 return new RelativeDateFormat(*this);
119 UBool RelativeDateFormat::operator==(const Format& other) const {
122 RelativeDateFormat* that = (RelativeDateFormat*)&other;
133 UnicodeString& RelativeDateFormat::format( Calendar& cal,
185 RelativeDateFormat::format(const Formattable& obj,
198 void RelativeDateFormat::parse( const UnicodeString& text,
296 RelativeDateFormat::parse( const UnicodeString& text,
304 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
312 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const {
334 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const
352 RelativeDateFormat::toPatternDate(UnicodeString& result, UErrorCode& status) const
362 RelativeDateFormat::toPatternTime(UnicodeString& result, UErrorCode& status) const
372 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status)
381 RelativeDateFormat::getDateFormatSymbols() const
386 void RelativeDateFormat::loadDates(UErrorCode &status) {
485 RelativeDateFormat::initializeCalendar(TimeZone* adoptZone, const Locale& locale, UErrorCode& status)
496 int32_t RelativeDateFormat::dayDifference(Calendar &cal, UErrorCode &status) {