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

/openjdk7/jdk/src/share/classes/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.java217 public abstract CalendarDate newCalendarDate(); method in class:CalendarSystem
219 public abstract CalendarDate newCalendarDate(TimeZone zone); method in class:CalendarSystem
309 * 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 32 milliseconds