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

/libcore/ojluni/src/main/java/java/time/chrono/
H A DMinguoEra.java91 * <td>1</td><td>BEFORE_ROC</td><td>0</td><td>1911</td>
94 * <td>2</td><td>BEFORE_ROC</td><td>-1</td><td>1910</td>
113 BEFORE_ROC, enum constant in enum:MinguoEra
124 * {@code MinguoEra} is an enum representing the Minguo eras of BEFORE_ROC/ROC.
127 * @param minguoEra the BEFORE_ROC/ROC value to represent, from 0 (BEFORE_ROC) to 1 (ROC)
134 return BEFORE_ROC;
146 * The era BEFORE_ROC has the value 0, while the era ROC has the value 1.
148 * @return the era value, from 0 (BEFORE_ROC) to 1 (ROC)

Completed in 46 milliseconds