Home | History | Annotate | Download | only in unicode

Lines Matching full:patterns

55  * There is no structural information in date time patterns.
63 * patterns, similar to date time pattern in SimpleDateFormat.
66 * Logically, the interval patterns are mappings
91 * in date time patterns, will be returned without honor the field pattern
111 * patterns, which is mostly "{date0} - {date1}".
115 * There are pre-defined interval patterns for those pre-defined skeletons
127 * For date skeleton, the interval patterns when year, or month, or date is
129 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
134 * the interval patterns for the skeleton is not defined in resource file,
142 * The rule to generate interval patterns are:
174 * and date interval patterns.
188 * interval patterns.
191 * DateIntervalInfo provides the date interval patterns.
250 * interval patterns in resource files.
255 * The given Locale provides the interval patterns.
258 * the interval patterns defined in resource file to above skeleton are:
307 * interval patterns.
310 * interval patterns in resource files.
315 * The DateIntervalInfo provides the interval patterns.
319 * as well, if they want to set other interval patterns ( instead of
320 * reading the interval patterns from resource files).
488 * Gets the date time interval patterns.
489 * @return the date time interval patterns associated with
497 * Set the date time interval patterns.
498 * @param newIntervalPatterns the given interval patterns to copy.
580 * Interval pattern consists of 2 single date patterns and the separator.
623 * the DateIntervalInfo provides the interval patterns.
656 * Below are for generating interval patterns local to the formatter
711 * Initialize interval patterns locale to this formatter
714 * 1. the interval patterns saved in resource bundle files are interval
715 * patterns based on date or time only.
716 * It does not have interval patterns based on both date and time.
717 * Interval patterns on both date and time are algorithm generated.
719 * For example, it has interval patterns on skeleton "dMy" and "hm",
720 * but it does not have interval patterns on skeleton "dMyhm".
722 * The rule to generate interval patterns for both date and time skeleton are
799 * For example, the interval patterns saved in DateIntervalInfo
801 * Need to get interval patterns for dMMMMy from dMMMy.
802 * Another example, the interval patterns saved in DateIntervalInfo
804 * Need to get interval patterns for "hmz' from 'hmv'
807 * in order to get interval patterns for 'y' differ,
825 * It not only save the interval patterns,
890 * This is used to handle time interval patterns on skeleton with
914 * Split interval patterns into 2 part.
922 * Break interval patterns as 2 part and save them into pattern info.
931 * Break interval patterns as 2 part and save them into pattern info.
961 * The interval patterns for this locale.
987 * Patterns for fallback formatting.