Home | History | Annotate | Download | only in unicode

Lines Matching full:patterns

19  * \brief C++ API: Date/Time interval patterns for formatting date/time interval
33 * date time interval patterns. It is used by DateIntervalFormat.
42 * For power users, who want to create their own date interval patterns,
43 * or want to re-set date interval patterns, they could do so by
47 * Logically, the interval patterns are mappings
68 * in date time patterns, will be returned without honor the field pattern
86 * There are pre-defined interval patterns for those pre-defined skeletons
98 * For date skeleton, the interval patterns when year, or month, or date is
100 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
125 * initialized with the pre-defined interval patterns for a given or
129 * by supplying their own interval patterns.
134 * the interval patterns using setIntervalPattern function as so desired.
135 * Currently, users can only set interval patterns when the following
138 * Interval patterns when other calendar fields are different is not supported.
146 * Through ICU 4.4, date interval patterns are only supported in the Gregorian
156 * It does not initialize any interval patterns except
162 * wants to create their own interval patterns and use them to create
173 * @param locale the interval patterns are loaded from the appropriate calendar
230 * Provides a way for client to build interval patterns.
232 * and their patterns.
245 * Currently, users can only set interval patterns when the following
248 * Interval patterns when other calendar fields are different are
343 * Following is for saving the interval patterns.
344 * We only support interval patterns on
362 * Max index for stored interval patterns
452 * We reserve only 4 interval patterns for a skeleton.