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
822 RelativeDateTimeFormatter::RelativeDateTimeFormatter( in RelativeDateTimeFormatter() function in RelativeDateTimeFormatter
823 const RelativeDateTimeFormatter& other) in RelativeDateTimeFormatter()
840 RelativeDateTimeFormatter& RelativeDateTimeFormatter::operator=( in operator =()
841 const RelativeDateTimeFormatter& other) { in operator =()
854 RelativeDateTimeFormatter::~RelativeDateTimeFormatter() { in ~RelativeDateTimeFormatter()
869 const NumberFormat& RelativeDateTimeFormatter::getNumberFormat() const { in getNumberFormat()
873 UDisplayContext RelativeDateTimeFormatter::getCapitalizationContext() const { in getCapitalizationContext()
877 UDateRelativeDateTimeFormatterStyle RelativeDateTimeFormatter::getFormatStyle() const { in getFormatStyle()
886 UnicodeString& RelativeDateTimeFormatter::doFormat( in doFormat()
901 FormattedRelativeDateTime RelativeDateTimeFormatter::doFormatToValue( in doFormatToValue()
918 UnicodeString& RelativeDateTimeFormatter::format( in format()
925 &RelativeDateTimeFormatter::formatImpl, in format()
933 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
939 &RelativeDateTimeFormatter::formatImpl, in formatToValue()
946 void RelativeDateTimeFormatter::formatImpl( in formatImpl()
986 UnicodeString& RelativeDateTimeFormatter::formatNumeric( in formatNumeric()
992 &RelativeDateTimeFormatter::formatNumericImpl, in formatNumeric()
999 FormattedRelativeDateTime RelativeDateTimeFormatter::formatNumericToValue( in formatNumericToValue()
1004 &RelativeDateTimeFormatter::formatNumericImpl, in formatNumericToValue()
1010 void RelativeDateTimeFormatter::formatNumericImpl( in formatNumericImpl()
1054 UnicodeString& RelativeDateTimeFormatter::format( in format()
1060 &RelativeDateTimeFormatter::formatAbsoluteImpl, in format()
1067 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
1072 &RelativeDateTimeFormatter::formatAbsoluteImpl, in formatToValue()
1078 void RelativeDateTimeFormatter::formatAbsoluteImpl( in formatAbsoluteImpl()
1098 UnicodeString& RelativeDateTimeFormatter::format( in format()
1104 &RelativeDateTimeFormatter::formatRelativeImpl, in format()
1111 FormattedRelativeDateTime RelativeDateTimeFormatter::formatToValue( in formatToValue()
1116 &RelativeDateTimeFormatter::formatRelativeImpl, in formatToValue()
1122 void RelativeDateTimeFormatter::formatRelativeImpl( in formatRelativeImpl()
1186 UnicodeString& RelativeDateTimeFormatter::combineDateAndTime( in combineDateAndTime()
1193 UnicodeString& RelativeDateTimeFormatter::adjustForContext(UnicodeString &str) const { in adjustForContext()
1210 UBool RelativeDateTimeFormatter::checkNoAdjustForContext(UErrorCode& status) const { in checkNoAdjustForContext()
1220 void RelativeDateTimeFormatter::init( in init()
1294 LocalPointer<RelativeDateTimeFormatter> formatter(new RelativeDateTimeFormatter(Locale(locale), in ureldatefmt_open()
1306 delete (RelativeDateTimeFormatter*)reldatefmt; in ureldatefmt_close()
1330 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status); in ureldatefmt_formatNumeric()
1347 auto* fmt = reinterpret_cast<const RelativeDateTimeFormatter*>(reldatefmt); in ureldatefmt_formatNumericToResult()
1373 ((RelativeDateTimeFormatter*)reldatefmt)->format(offset, unit, res, *status); in ureldatefmt_format()
1390 auto* fmt = reinterpret_cast<const RelativeDateTimeFormatter*>(reldatefmt); in ureldatefmt_formatToResult()
1417 ((RelativeDateTimeFormatter*)reldatefmt)->combineDateAndTime(relDateStr, timeStr, res, *status); in ureldatefmt_combineDateAndTime()