• Home
  • Raw
  • Download

Lines Matching refs:RelativeDateFormat

40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()  argument
42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat
124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()
134 RelativeDateFormat* RelativeDateFormat::clone() const { in clone()
135 return new RelativeDateFormat(*this); in clone()
138 bool RelativeDateFormat::operator==(const Format& other) const { in operator ==()
143 RelativeDateFormat* that = (RelativeDateFormat*)&other; in operator ==()
154 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format()
224 RelativeDateFormat::format(const Formattable& obj, in format()
237 void RelativeDateFormat::parse( const UnicodeString& text, in parse()
334 RelativeDateFormat::parse( const UnicodeString& text, in parse()
342 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const in parse()
350 const char16_t *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) … in getStringForDay()
367 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const in toPattern()
383 RelativeDateFormat::toPatternDate(UnicodeString& result, UErrorCode& status) const in toPatternDate()
393 RelativeDateFormat::toPatternTime(UnicodeString& result, UErrorCode& status) const in toPatternTime()
403 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePatter… in applyPatterns()
412 RelativeDateFormat::getDateFormatSymbols() const in getDateFormatSymbols()
420 RelativeDateFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext()
445 RelativeDateFormat::initCapitalizationContextInfo(const Locale& thelocale) in initCapitalizationContextInfo()
518 void RelativeDateFormat::loadDates(UErrorCode &status) { in loadDates()
565 RelativeDateFormat::initializeCalendar(TimeZone* adoptZone, const Locale& locale, UErrorCode& statu… in initializeCalendar()
576 int32_t RelativeDateFormat::dayDifference(Calendar &cal, UErrorCode &status) { in dayDifference()