HomeSort by relevance Sort by last modified time
    Searched defs:Era (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/time/chrono/
Era.java 64 import static java.time.temporal.ChronoField.ERA;
82 * An era of the time-line.
87 * In all cases, the era is conceptually the largest division of the time-line.
88 * Each chronology defines the Era's that are known Eras and a
93 * has one era for the reign of each Emperor.
95 * Instances of {@code Era} may be compared using the {@code ==} operator.
104 public interface Era extends TemporalAccessor, TemporalAdjuster {
107 * Gets the numeric value associated with the era as defined by the chronology.
112 * The meaning of the numeric value for era is determined by the chronology
115 * <li>The era in use at the epoch 1970-01-01 (ISO) has the value 1
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
Era.java 32 * The class <code>Era</code> represents a calendar era that defines a
35 * calendar system. An era starts at any point of time (Gregorian) that is
38 * <p><code>Era</code>s that are applicable to a particular calendar
43 * <p>The following era names are defined in this release.
46 * Calendar system Era name Since (in Gregorian)
63 public final class Era {
71 * Constructs an <code>Era</code> instance.
73 * @param name the era name (e.g., "BeforeCommonEra" for the Julian calendar system)
74 * @param abbr the abbreviation of the era name (e.g., "B.C.E." for "BeforeCommonEra"
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 635 Era,

Completed in 158 milliseconds