Home | History | Annotate | Download | only in unicode

Lines Matching full:date

19  * \brief C++ API: Date/Time interval patterns for formatting date/time interval
41 * date time interval patterns. It is used by DateIntervalFormat.
46 * DateIntervalFormat will take care of it when creating a date interval
50 * For power users, who want to create their own date interval patterns,
51 * or want to re-set date interval patterns, they could do so by
76 * in date time patterns, will be returned without honor the field pattern
82 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
84 * year > month > date > am-pm > hour > minute
98 * is "year", the date interval pattern is "MMM d, yyyy - MMM d, yyyy",
101 * the date interval pattern is "MMM d - MMM d, yyyy",
104 * the date interval pattern is "MMM d-d, yyyy", such as "Jan 10-20, 2007".
106 * For date skeleton, the interval patterns when year, or month, or date is
113 * There are 2 dates in interval pattern. For most locales, the first date
114 * in an interval pattern is the earlier date. There might be a locale in which
115 * the first date in an interval pattern is the later date.
118 * the first date in the interval pattern for this locale is earlier date.
119 * If the fallback format is "{1} - {0}", it means the first date is the
120 * later date.
125 * "latestFirst:d-d MMM yy", it means by default, the first date in interval
126 * pattern is the earlier date. But for skeleton "yMMMd", when day is different,
127 * the first date in "d-d MMM yy" is the later date.
144 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
154 * Through ICU 4.4, date interval patterns are only supported in the Gregorian
170 * date interval formatter.
252 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
313 /** Get default order -- whether the first date in pattern is later date
315 * return default date ordering in interval pattern. TRUE if the first date
316 * in pattern is later date, FALSE otherwise.
458 * ERA, YEAR, MONTH, DATE, DAY_OF_MONTH, DAY_OF_WEEK,