Searched refs:CalendarDate (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DCalendarSystem.java48 * <h4>CalendarDate</h4>
51 * a <code>CalendarDate</code>, <code>CalendarDate</code>s that have
70 * @see CalendarDate
187 public abstract CalendarDate getCalendarDate();
199 * @return a <code>CalendarDate</code> instance that contains the
202 public abstract CalendarDate getCalendarDate(long millis);
204 public abstract CalendarDate getCalendarDate(long millis, CalendarDate date);
206 public abstract CalendarDate getCalendarDat
[all...]
H A DImmutableGregorianDate.java45 public CalendarDate setEra(Era era) {
53 public CalendarDate setYear(int year) {
57 public CalendarDate addYear(int n) {
73 public CalendarDate setMonth(int month) {
77 public CalendarDate addMonth(int n) {
85 public CalendarDate setDayOfMonth(int date) {
89 public CalendarDate addDayOfMonth(int n) {
101 public CalendarDate setHours(int hours) {
105 public CalendarDate addHours(int n) {
113 public CalendarDate setMinute
[all...]
H A DCalendarDate.java33 * The <code>CalendarDate</code> class represents a specific instant
37 * <code>CalendarDate</code> class that holds calendar field values
41 * <p>A <code>CalendarDate</code> instance can be created by calling
47 * <code>CalendarDate</code> instances have been created.
51 * <code>CalendarDate</code> to <I>not normalized</I>. The
63 public abstract class CalendarDate implements Cloneable { class in inherits:Cloneable
89 protected CalendarDate() { method in class:CalendarDate
93 protected CalendarDate(TimeZone zone) { method in class:CalendarDate
107 * <code>CalendarDate</code> requires eras and the specified era
111 * system for this <code>CalendarDate</cod
[all...]
H A DAbstractCalendar.java84 public void setEra(CalendarDate date, String eraName) {
102 public CalendarDate getCalendarDate() {
106 public CalendarDate getCalendarDate(long millis) {
110 public CalendarDate getCalendarDate(long millis, TimeZone zone) {
111 CalendarDate date = newCalendarDate(zone);
115 public CalendarDate getCalendarDate(long millis, CalendarDate date) {
174 public long getTime(CalendarDate date) {
215 protected long getTimeOfDay(CalendarDate date) {
217 if (fraction != CalendarDate
[all...]
H A DBaseCalendar.java144 public abstract static class Date extends CalendarDate {
192 public boolean validate(CalendarDate date) {
218 public boolean normalize(CalendarDate date) {
273 void normalizeMonth(CalendarDate date) {
294 * the specified <code>CalendarDate</code>. The
295 * <code>CalendarDate</code> must be normalized to get a correct
298 * @param a <code>CalendarDate</code>
303 public int getYearLength(CalendarDate date) {
307 public int getYearLengthInMonths(CalendarDate date) {
322 public int getMonthLength(CalendarDate dat
[all...]
H A DGregorian.java72 public Date getCalendarDate(long millis, CalendarDate date) {
H A DEra.java36 * represented by <code>CalendarDate</code>.
41 * <code>CalendarDate</code>.
67 private final CalendarDate sinceDate;
116 public CalendarDate getSinceDate() {
H A DLocalGregorianCalendar.java210 public Date getCalendarDate(long millis, CalendarDate date) {
246 public boolean validate(CalendarDate date) {
270 public boolean normalize(CalendarDate date) {
289 CalendarDate sinceDate = era.getSinceDate();
343 void normalizeMonth(CalendarDate date) {
348 void normalizeYear(CalendarDate date) {
376 public void getCalendarDateFromFixedDate(CalendarDate date, long fixedDate) {
H A DJulianCalendar.java129 public Date getCalendarDate(long millis, CalendarDate date) {
185 public void getCalendarDateFromFixedDate(CalendarDate date, long fixedDate) {
224 public int getDayOfWeek(CalendarDate date) {
H A DZoneInfo.java394 CalendarDate date = gcal.newCalendarDate(null);
551 // CalendarDate lastDate = Gregorian.getCalendarDate(val);
/openjdk7/jdk/src/share/classes/java/util/
H A DJapaneseImperialCalendar.java31 import sun.util.calendar.CalendarDate;
234 CalendarDate d = e.getSinceDate();
246 CalendarDate date = gcal.newCalendarDate(TimeZone.NO_TIMEZONE);
249 CalendarDate transitionDate = eras[i].getSinceDate();
553 CalendarDate d = jcal.getCalendarDate(time, getZone());
596 CalendarDate jd = jcal.getCalendarDate(time, getZone());
597 CalendarDate d = jcal.getCalendarDate(Long.MAX_VALUE, getZone());
620 CalendarDate jd = jcal.getCalendarDate(time, getZone());
621 CalendarDate d = jcal.getCalendarDate(Long.MIN_VALUE, getZone());
661 CalendarDate transitio
[all...]
H A DGregorianCalendar.java44 import sun.util.calendar.CalendarDate;
1170 CalendarDate d = calsys.getCalendarDate(time, getZone());
1760 CalendarDate d = cal.newCalendarDate(TimeZone.NO_TIMEZONE);
1793 CalendarDate d = cal.newCalendarDate(null);
1899 CalendarDate d = mincal.getCalendarDate(Long.MIN_VALUE, getZone());
3022 * Returns a CalendarDate produced from the specified fixed date.
H A DDate.java34 import sun.util.calendar.CalendarDate;
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTime.java29 import sun.util.calendar.CalendarDate;
165 CalendarDate date = gcal.newCalendarDate(null);
207 CalendarDate cdate = gcal.newCalendarDate(null);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputBuffer.java33 import sun.util.calendar.CalendarDate;
387 CalendarDate date = gcal.newCalendarDate(null); // no time zone
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk155 sun/util/calendar/CalendarDate.java \

Completed in 46 milliseconds