Searched defs:FormattedRelativeDateTime (Results 1 – 5 of 5) 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
467 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter471 private FormattedRelativeDateTime(FormattedStringBuilder string) { in FormattedRelativeDateTime() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
410 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter414 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