Searched refs:getDateFormat (Results 1 – 3 of 3) sorted by relevance
401 return new SimpleDateFormat(LocaleData.get(locale).getDateFormat(style), locale); in getDateInstance()457 … String pattern = localeData.getDateFormat(dateStyle) + " " + localeData.getTimeFormat(timeStyle); in getDateTimeInstance()
412 return localeData.getDateFormat(SHORT) + " " + localeData.getTimeFormat(SHORT); in defaultPattern()
167 public String getDateFormat(int style) { in getDateFormat() method in LocaleData