Home | History | Annotate | Download | only in unicode

Lines Matching defs:FORMAT

52  * date/time formatter initialized with a default format pattern along with the
54 * created, clients may modify the format pattern using the setPattern function
58 * If clients decide to create a date-time formatter with a particular format
66 * replace the localized date-time format pattern characters with the ones that
83 * Construct a DateFormatSymbols object by loading format data from
98 * Construct a DateFormatSymbols object by loading format data from
101 * @param locale Locale to load format data from.
111 * Construct a DateFormatSymbols object by loading format data from
129 * Construct a DateFormatSymbols object by loading format data from
132 * @param locale Locale to load format data from.
272 FORMAT,
291 * @param context The formatting context, either FORMAT or STANDALONE
303 * @param context The formatting context, either FORMAT or STANDALONE
345 * @param context The formatting context, either FORMAT or STANDALONE
356 * @param context The formatting context, either FORMAT or STANDALONE
365 * @param context The formatting context, either FORMAT or STANDALONE
378 * @param context The formatting context, either FORMAT or STANDALONE
640 * Pattern string used for localized time zone GMT format. For example, "GMT{0}"