Searched defs:FormattedRelativeDateTime (Results 1 – 9 of 9) sorted by relevance
260 class FormattedRelativeDateTime; variable278 FormattedRelativeDateTime() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedRelativeDateTime() function319 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() function321 explicit FormattedRelativeDateTime(UErrorCode errorCode) in FormattedRelativeDateTime() function
452 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter456 private FormattedRelativeDateTime(FormattedStringBuilder string) { in FormattedRelativeDateTime() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
509 public static class FormattedRelativeDateTime implements FormattedValue { class in RelativeDateTimeFormatter513 private FormattedRelativeDateTime(FormattedStringBuilder string) { in FormattedRelativeDateTime() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
754 UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedRelativeDateTime) in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL() argument