Searched refs:computeTime (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/test/java/util/Calendar/
H A DBug4766302.java27 * @summary Make sure that computeTime call doesn't reset the isTimeSet value.
41 protected void computeTime() { method in class:Bug4766302.MyCalendar
42 super.computeTime();
48 cal.computeTime();
50 throw new RuntimeException("computeTime() call reset isTimeSet.");
H A DNonLenientTest.java147 * 4147269: java.util.GregorianCalendar.computeTime() works wrong when lenient is false
159 calendar.computeTime(); // call method under test
174 calendar.computeTime(); // call method under test
H A DCalendarTypeTest.java100 protected void computeTime() { method in class:CalendarTypeTest.Koyomi
H A DKoyomi.java59 public void computeTime() { method in class:Koyomi
60 super.computeTime();
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DCalendar.java329 // This is implemented by the Calendar subclass's computeTime() method.
1731 protected abstract void computeTime(); method in class:Calendar
1741 * @see #computeTime()
2259 * #computeTime()} method is called if the time value (millisecond offset
2699 // Note: GregorianCalendar.computeTime throws
3395 computeTime();
H A DGregorianCalendar.java2631 protected void computeTime() { method in class:GregorianCalendar
H A DJapaneseImperialCalendar.java1853 protected void computeTime() { method in class:JapaneseImperialCalendar

Completed in 115 milliseconds