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

  /libcore/ojluni/src/main/java/sun/util/calendar/
Gregorian.java 31 * Gregorian calendar implementation.
37 public class Gregorian extends BaseCalendar {
57 Gregorian() {
61 return "gregorian";
CalendarSystem.java 43 * example, there exists only one Gregorian calendar instance in the
64 * gregorian Gregorian Calendar
90 names.put("gregorian", Gregorian.class);
126 private final static Gregorian GREGORIAN_INSTANCE = new Gregorian();
129 * Returns the singleton instance of the <code>Gregorian</code>
132 * @return the <code>Gregorian</code> instance
134 public static Gregorian getGregorianCalendar()
    [all...]
Era.java 34 * example, Gregorian year 2004 is <I>Heisei</I> 16 in the Japanese
35 * calendar system. An era starts at any point of time (Gregorian) that is
46 * Calendar system Era name Since (in Gregorian)
76 * (Gregorian) UTC or local time) when the era starts, inclusive.
86 Gregorian gcal = CalendarSystem.getGregorianCalendar();
  /external/pdfium/xfa/fxfa/parser/
cxfa_calendarsymbols.cpp 19 (void*)XFA_AttributeEnum::Gregorian},
xfa_basic_data_enum.cpp 181 {0x9df56f3e, L"gregorian", XFA_AttributeEnum::Gregorian},
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 33 // Proleptic Gregorian Calendar which extends the Gregorian calendar
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 46 /// Proleptic Gregorian Calendar which extends the Gregorian calendar
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 47 import sun.util.calendar.Gregorian;
51 * that represents a time zone for use with a Gregorian calendar.
634 // First, calculate time as a Gregorian date.
642 // Gregorian cutover, recalculate time using the Julian
    [all...]
GregorianCalendar.java 53 import sun.util.calendar.Gregorian;
62 * supports both the Julian and Gregorian calendar systems with the
64 * the Gregorian date when the Gregorian calendar was instituted
70 * Historically, in those countries which adopted the Gregorian calendar first,
71 * October 4, 1582 (Julian) was thus followed by October 15, 1582 (Gregorian). This calendar models
72 * this correctly. Before the Gregorian cutover, <code>GregorianCalendar</code>
73 * implements the Julian calendar. The only difference between the Gregorian
75 * leap years every four years, whereas the Gregorian calendar omits century
79 * <code>GregorianCalendar</code> implements <em>proleptic</em> Gregorian an
    [all...]
JapaneseImperialCalendar.java 36 import sun.util.calendar.Gregorian;
45 * ERA value Era name Since (in Gregorian)
56 * the Gregorian year values are used. Unlike {@link
57 * GregorianCalendar}, the Julian to Gregorian transition is not
60 * Gregorian year 1, 0 and negative values are used. The Japanese
103 private static final int EPOCH_OFFSET = 719163; // Fixed date of January 1, 1970 (Gregorian)
119 // Gregorian calendar instance. This is required because era
120 // transition dates are given in Gregorian dates.
121 private static final Gregorian gcal = CalendarSystem.getGregorianCalendar();
228 // same as Gregorian
    [all...]
Date.java 41 import sun.util.calendar.Gregorian;
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 268 Gregorian,
  /prebuilts/go/darwin-x86/src/time/
time_test.go 508 // Gregorian calendar change (no effect)
    [all...]
time.go 7 // The calendrical calculations always assume a Gregorian calendar, with
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 508 // Gregorian calendar change (no effect)
    [all...]
time.go 7 // The calendrical calculations always assume a Gregorian calendar, with
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 459 milliseconds