Searched refs:getDateFormat (Results 1 – 4 of 4) sorted by relevance
45 assertNotEquals(0, d.getDateFormat(DateFormat.FULL).length()); in testLongDateTimeFormat()46 assertNotEquals(0, d.getDateFormat(DateFormat.LONG).length()); in testLongDateTimeFormat()47 assertNotEquals(0, d.getDateFormat(DateFormat.MEDIUM).length()); in testLongDateTimeFormat()48 assertNotEquals(0, d.getDateFormat(DateFormat.SHORT).length()); in testLongDateTimeFormat()
66 assertFalse(haw.getDateFormat(DateFormat.SHORT).isEmpty()); in testPatternWithOverride()
133 public String getDateFormat(int style) { in getDateFormat() method in SimpleDateFormatData
652 data.getDateFormat(dateStyle), in getDateTimeFormat()659 return data.getDateFormat(dateStyle); in getDateTimeFormat()