Home | History | Annotate | Download | only in util

Lines Matching defs:AD

22  * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
43 * AD onward, when modern Julian calendar rules were adopted. Before this date,
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
225 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
226 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
230 public static final int AD = 1;
410 set(ERA, AD);
433 set(ERA, AD);
460 set(ERA, AD);
635 * Aug 17 07:12:55 GMT 292278994 AD, somewhat different for non-GMT
636 * zones. As a result, if the calendar is set to Aug 1 292278994 AD,
659 * Gregorian = May 17, 292275056 BC - Aug 17, 292278994 AD
660 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD
661 * Hybrid = Dec 2, 292269055 BC - Aug 17, 292278994 AD
777 // with 8 AD. Before 8 AD
778 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
798 int era = AD;
819 // The year defaults to the epoch start, the era to AD
820 int era = internalGet(ERA, AD);