Home | History | Annotate | Download | only in util

Lines Matching defs:MINGUO

23  * The Taiwan Calendar has one era: <code>MINGUO</code>.
47 * Constant for the Taiwan Era for years before Minguo 1.
48 * Brefore Minuo 1 is Gregorian 1911, Before Minguo 2 is Gregorian 1910
56 * Constant for the Taiwan Era for Minguo. Minguo 1 is 1912 in
61 public static final int MINGUO = 1;
185 // The default value of EXTENDED_YEAR is 1970 (Minguo 59)
191 int era = internalGet(ERA, MINGUO);
192 if (era == MINGUO) {
208 internalSet(ERA, MINGUO);
226 return MINGUO;