Lines Matching refs:RelativeDateFormat
41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
43 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) :
72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
125 RelativeDateFormat::~RelativeDateFormat() {
135 Format* RelativeDateFormat::clone(void) const {
136 return new RelativeDateFormat(*this);
139 UBool RelativeDateFormat::operator==(const Format& other) const {
144 RelativeDateFormat* that = (RelativeDateFormat*)&other;
155 UnicodeString& RelativeDateFormat::format( Calendar& cal,
226 RelativeDateFormat::format(const Formattable& obj,
239 void RelativeDateFormat::parse( const UnicodeString& text,
337 RelativeDateFormat::parse( const UnicodeString& text,
345 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
353 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const {
375 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const
393 RelativeDateFormat::toPatternDate(UnicodeString& result, UErrorCode& status) const
403 RelativeDateFormat::toPatternTime(UnicodeString& result, UErrorCode& status) const
413 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status)
422 RelativeDateFormat::getDateFormatSymbols() const
430 RelativeDateFormat::setContext(UDisplayContext value, UErrorCode& status)
455 RelativeDateFormat::initCapitalizationContextInfo(const Locale& thelocale)
478 void RelativeDateFormat::loadDates(UErrorCode &status) {
586 RelativeDateFormat::initializeCalendar(TimeZone* adoptZone, const Locale& locale, UErrorCode& status)
597 int32_t RelativeDateFormat::dayDifference(Calendar &cal, UErrorCode &status) {