Home | History | Annotate | Download | only in util

Lines Matching defs:handleGetDateFormat

525  *     {@link #handleGetDateFormat} to create a
3334 * {@link #handleGetDateFormat}.
3343 * {@link #handleGetDateFormat}.
3359 protected DateFormat handleGetDateFormat(String pattern, Locale locale) {
3360 return handleGetDateFormat(pattern, null, ULocale.forLocale(locale));
3380 protected DateFormat handleGetDateFormat(String pattern, String override, Locale locale) {
3381 return handleGetDateFormat(pattern, override, ULocale.forLocale(locale));
3394 protected DateFormat handleGetDateFormat(String pattern, ULocale locale) {
3395 return handleGetDateFormat(pattern, null, locale);
3409 protected DateFormat handleGetDateFormat(String pattern, String override, ULocale locale) {
3483 DateFormat result = cal.handleGetDateFormat(pattern, override, loc);