Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java139 assertTrue("Incorrect time zone", tz.equals(format.getCalendar() in test_getTimeZone()
169 Calendar c = df.getCalendar(); in test_isLenient()
447 Calendar c = df.getCalendar(); in test_setLenientZ()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java72 Calendar cal1 = format.getCalendar(); in test_getCalendar()
73 Calendar cal2 = format.getCalendar(); in test_getCalendar()
440 assertTrue("Not identical Calendar", cal == format.getCalendar()); in test_setCalendarLjava_util_Calendar()
/libcore/ojluni/annotations/hiddenapi/java/text/
DDateFormat.java130 public java.util.Calendar getCalendar() { in getCalendar() method in DateFormat
/libcore/ojluni/annotations/mmodule/java/text/
DDateFormat.annotated.java94 public java.util.Calendar getCalendar() { throw new RuntimeException("Stub!"); } in getCalendar() method in DateFormat
/libcore/ojluni/src/main/java/java/text/
DDateFormat.java657 public Calendar getCalendar() in getCalendar() method in DateFormat
/libcore/ojluni/annotations/sdk/nullability/java/text/
DDateFormat.annotated.java90 @libcore.util.NonNull public java.util.Calendar getCalendar() { throw new RuntimeException("Stub!")… in getCalendar() method in DateFormat
/libcore/api/
Dcurrent.txt10225 method @NonNull public java.util.Calendar getCalendar();