Home
last modified time | relevance | path

Searched refs:getCalendar (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java135 assertTrue("Incorrect time zone", tz.equals(format.getCalendar() in test_getTimeZone()
165 Calendar c = df.getCalendar(); in test_isLenient()
441 Calendar c = df.getCalendar(); in test_setLenientZ()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java66 Calendar cal1 = format.getCalendar(); in test_getCalendar()
67 Calendar cal2 = format.getCalendar(); in test_getCalendar()
437 assertTrue("Not identical Calendar", cal == format.getCalendar()); in test_setCalendarLjava_util_Calendar()
/libcore/luni/src/main/java/java/text/
DDateFormat.java351 public Calendar getCalendar() { in getCalendar() method in DateFormat