Searched defs:FormattedRelativeDateTime (Results 1 – 8 of 8) sorted by relevance
262 class FormattedRelativeDateTime; variable280 FormattedRelativeDateTime() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedRelativeDateTime() function321 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() function323 explicit FormattedRelativeDateTime(UErrorCode errorCode) in FormattedRelativeDateTime() function
466 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter470 private FormattedRelativeDateTime(FormattedStringBuilder string) { in FormattedRelativeDateTime() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
408 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter412 private FormattedRelativeDateTime(FormattedStringBuilder string) { in FormattedRelativeDateTime() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
746 UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedRelativeDateTime) in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL() argument