Home | History | Annotate | Download | only in unicode

Lines Matching defs:RelativeDateTimeFormatter

279  * RelativeDateTimeFormatter fmt(status);
313 * The RelativeDateTimeFormatter class is not intended for public subclassing.
317 class U_I18N_API RelativeDateTimeFormatter : public UObject {
321 * Create RelativeDateTimeFormatter with default locale.
324 RelativeDateTimeFormatter(UErrorCode& status);
327 * Create RelativeDateTimeFormatter with given locale.
330 RelativeDateTimeFormatter(const Locale& locale, UErrorCode& status);
333 * Create RelativeDateTimeFormatter with given locale and NumberFormat.
342 RelativeDateTimeFormatter(
346 * Create RelativeDateTimeFormatter with given locale, NumberFormat,
360 RelativeDateTimeFormatter(
371 RelativeDateTimeFormatter(const RelativeDateTimeFormatter& other);
377 RelativeDateTimeFormatter& operator=(
378 const RelativeDateTimeFormatter& other);
384 virtual ~RelativeDateTimeFormatter();