Searched defs:AM (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DCopticEra.java82 * The singleton instance for the era AM, 'Era of the Martyrs'.
85 AM; enum constant in enum:CopticEra
91 * {@code CopticEra} is an enum representing the Coptic eras of BEFORE_AM/AM.
94 * @param era the BEFORE_AM/AM value to represent, from 0 (BEFORE_AM) to 1 (AM)
103 return AM;
113 * The era BEFORE_AM has the value 0, while the era AM has the value 1.
115 * @return the era value, from 0 (BEFORE_AM) to 1 (AM)
/libcore/luni/src/test/java/libcore/java/util/
H A DEnumSetTest.java106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH, enum constant in enum:EnumSetTest.Element
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java494 * @see #AM
694 public final static int AM = 0; field in class:Calendar

Completed in 653 milliseconds