Home | History | Annotate | Download | only in unicode

Lines Matching full:relative

25  * \brief C++ API: Formats relative dates such as "1 day ago" or "tomorrow"
31 * Represents the unit for formatting a relative date. e.g "in 5 days"
242 * Formats simple relative dates. There are two types of relative dates that
245 * <li>relative dates with a quantity e.g "in 5 days"</li>
246 * <li>relative dates without a quantity e.g "next Tuesday"</li>
254 * displaying "in 7 days" or "in 1 week." This API supports relative dates
255 * involving one single unit. This API does not support relative dates
303 * (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
379 * Formats a relative date with a quantity such as "in 5 days" or
383 * @param direction NEXT means a future relative date; LAST means a past
384 * relative date. If direction is anything else, this method sets
401 * Formats a relative date without a quantity.
426 * @param unit The unit to use when formatting the relative
449 * @param unit The unit to use when formatting the relative
465 * Combines a relative date string and a time string in this object's
469 * @param relativeDateString the relative date, e.g 'yesterday'