Home
last modified time | relevance | path

Searched refs:getDateFormat (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/highmemorytest/libcore/icu/
DSimpleDateFormatDataTest.java45 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()
/libcore/luni/src/test/java/libcore/libcore/icu/
DSimpleDateFormatDataTest.java66 assertFalse(haw.getDateFormat(DateFormat.SHORT).isEmpty()); in testPatternWithOverride()
/libcore/luni/src/main/java/libcore/icu/
DSimpleDateFormatData.java133 public String getDateFormat(int style) { in getDateFormat() method in SimpleDateFormatData
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java652 data.getDateFormat(dateStyle), in getDateTimeFormat()
659 return data.getDateFormat(dateStyle); in getDateTimeFormat()