Home | History | Annotate | Download | only in i18n

Lines Matching full:year

82     // Amelete Hihret year always.
85 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
88 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
90 // The year defaults to the epoch start, the era to AMETE_MIHRET
93 eyear = internalGet(UCAL_YEAR, 1); // Default to year 1
104 int32_t eyear, month, day, era, year;
109 year = eyear + AMETE_MIHRET_DELTA;
113 year = eyear;
116 year = eyear + AMETE_MIHRET_DELTA;
122 internalSet(UCAL_YEAR, year);
138 * The system maintains a static default century start date and Year. They are
140 * and year are set, they do not change.
197 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
199 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);