Lines Matching refs:RelativeDateTimeFormatter
757 RelativeDateTimeFormatter::RelativeDateTimeFormatter(UErrorCode& status) : in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
767 RelativeDateTimeFormatter::RelativeDateTimeFormatter( in RelativeDateTimeFormatter() function in RelativeDateTimeFormatter
779 RelativeDateTimeFormatter::RelativeDateTimeFormatter( in RelativeDateTimeFormatter() function in RelativeDateTimeFormatter
791 RelativeDateTimeFormatter::RelativeDateTimeFormatter( in RelativeDateTimeFormatter() function in RelativeDateTimeFormatter
826 RelativeDateTimeFormatter::RelativeDateTimeFormatter( in RelativeDateTimeFormatter() function in RelativeDateTimeFormatter
827 const RelativeDateTimeFormatter& other) in RelativeDateTimeFormatter()
844 RelativeDateTimeFormatter& RelativeDateTimeFormatter::operator=( in operator =()
845 const RelativeDateTimeFormatter& other) { in operator =()
858 RelativeDateTimeFormatter::~RelativeDateTimeFormatter() { in ~RelativeDateTimeFormatter()
873 const NumberFormat& RelativeDateTimeFormatter::getNumberFormat() const { in getNumberFormat()
877 UDisplayContext RelativeDateTimeFormatter::getCapitalizationContext() const { in getCapitalizationContext()
881 UDateRelativeDateTimeFormatterStyle RelativeDateTimeFormatter::getFormatStyle() const { in getFormatStyle()
890 UnicodeString& RelativeDateTimeFormatter::doFormat( in doFormat()
905 FormattedRelativeDateTime RelativeDateTimeFormatter::doFormatToValue( in doFormatToValue()
922 UnicodeString& RelativeDateTimeFormatter::format( in format()
929 &RelativeDateTimeFormatter::formatImpl, in format()
937 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
943 &RelativeDateTimeFormatter::formatImpl, in formatToValue()
950 void RelativeDateTimeFormatter::formatImpl( in formatImpl()
990 UnicodeString& RelativeDateTimeFormatter::formatNumeric( in formatNumeric()
996 &RelativeDateTimeFormatter::formatNumericImpl, in formatNumeric()
1003 FormattedRelativeDateTime RelativeDateTimeFormatter::formatNumericToValue( in formatNumericToValue()
1008 &RelativeDateTimeFormatter::formatNumericImpl, in formatNumericToValue()
1014 void RelativeDateTimeFormatter::formatNumericImpl( in formatNumericImpl()
1062 UnicodeString& RelativeDateTimeFormatter::format( in format()
1068 &RelativeDateTimeFormatter::formatAbsoluteImpl, in format()
1075 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
1080 &RelativeDateTimeFormatter::formatAbsoluteImpl, in formatToValue()
1086 void RelativeDateTimeFormatter::formatAbsoluteImpl( in formatAbsoluteImpl()
1106 UnicodeString& RelativeDateTimeFormatter::format( in format()
1112 &RelativeDateTimeFormatter::formatRelativeImpl, in format()
1119 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
1124 &RelativeDateTimeFormatter::formatRelativeImpl, in formatToValue()
1130 void RelativeDateTimeFormatter::formatRelativeImpl( in formatRelativeImpl()
1194 UnicodeString& RelativeDateTimeFormatter::combineDateAndTime( in combineDateAndTime()
1201 UnicodeString& RelativeDateTimeFormatter::adjustForContext(UnicodeString &str) const { in adjustForContext()
1218 UBool RelativeDateTimeFormatter::checkNoAdjustForContext(UErrorCode& status) const { in checkNoAdjustForContext()
1228 void RelativeDateTimeFormatter::init( in init()
1302 LocalPointer<RelativeDateTimeFormatter> formatter(new RelativeDateTimeFormatter(Locale(locale), in ureldatefmt_open()
1314 delete (RelativeDateTimeFormatter*)reldatefmt; in ureldatefmt_close()
1338 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status); in ureldatefmt_formatNumeric()
1355 auto* fmt = reinterpret_cast<const RelativeDateTimeFormatter*>(reldatefmt); in ureldatefmt_formatNumericToResult()
1381 ((RelativeDateTimeFormatter*)reldatefmt)->format(offset, unit, res, *status); in ureldatefmt_format()
1398 auto* fmt = reinterpret_cast<const RelativeDateTimeFormatter*>(reldatefmt); in ureldatefmt_formatToResult()
1425 ((RelativeDateTimeFormatter*)reldatefmt)->combineDateAndTime(relDateStr, timeStr, res, *status); in ureldatefmt_combineDateAndTime()