Searched defs:newCalendarDate (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
H A DGregorian.java65 return getCalendarDate(System.currentTimeMillis(), newCalendarDate());
69 return getCalendarDate(millis, newCalendarDate());
77 return getCalendarDate(millis, newCalendarDate(zone));
80 public Date newCalendarDate() { method in class:Gregorian
84 public Date newCalendarDate(TimeZone zone) { method in class:Gregorian
H A DCalendarSystem.java192 public abstract CalendarDate newCalendarDate(); method in class:CalendarSystem
194 public abstract CalendarDate newCalendarDate(TimeZone zone); method in class:CalendarSystem
284 * CalendarDate date = cal.newCalendarDate();
H A DJulianCalendar.java122 return getCalendarDate(System.currentTimeMillis(), newCalendarDate());
126 return getCalendarDate(millis, newCalendarDate());
134 return getCalendarDate(millis, newCalendarDate(zone));
137 public Date newCalendarDate() { method in class:JulianCalendar
141 public Date newCalendarDate(TimeZone zone) { method in class:JulianCalendar
H A DLocalGregorianCalendar.java199 return getCalendarDate(System.currentTimeMillis(), newCalendarDate());
203 return getCalendarDate(millis, newCalendarDate());
207 return getCalendarDate(millis, newCalendarDate(zone));
238 public Date newCalendarDate() { method in class:LocalGregorianCalendar
242 public Date newCalendarDate(TimeZone zone) { method in class:LocalGregorianCalendar

Completed in 531 milliseconds