Lines Matching refs:RelativeDateFormat

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