HomeSort by relevance Sort by last modified time
    Searched refs:CalendarSystem (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/main/java/sun/util/calendar/
CalendarSystem.java 41 * <code>CalendarSystem</code> is an abstract class that defines the
44 * <p><code>CalendarSystem</code> instances are singletons. For
51 * <p>For the methods in a <code>CalendarSystem</code> that manipulate
53 * been created by the <code>CalendarSystem</code> must be
76 public abstract class CalendarSystem {
96 // Map of calendar names and CalendarSystem instances
97 private static final ConcurrentMap<String, CalendarSystem> calendars =
113 * Returns a <code>CalendarSystem</code> specified by the calendar
118 * @return the <code>CalendarSystem</code> specified by
120 * <code>CalendarSystem</code> associated with the given calendar name
    [all...]
Era.java 39 * system can be obtained by calling {@link CalendarSystem#getEras}
86 Gregorian gcal = CalendarSystem.getGregorianCalendar();
AbstractCalendar.java 49 public abstract class AbstractCalendar extends CalendarSystem {
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 34 import sun.util.calendar.CalendarSystem;
396 CalendarSystem gcal = CalendarSystem.getGregorianCalendar();
  /libcore/ojluni/src/main/java/java/util/
Date.java 36 import sun.util.calendar.CalendarSystem;
133 CalendarSystem.getGregorianCalendar();
    [all...]
SimpleTimeZone.java 44 import sun.util.calendar.CalendarSystem;
559 gcal : (BaseCalendar) CalendarSystem.forName("julian");
648 cal = (BaseCalendar) CalendarSystem.forName("julian");
    [all...]
GregorianCalendar.java 47 import sun.util.calendar.CalendarSystem;
500 CalendarSystem.getGregorianCalendar();
559 * The CalendarSystem used to calculate the date in cdate. After
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 219 milliseconds