Lines Matching full:year
62 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
64 // The year defaults to the epoch start, the era to CE
67 eyear = 1 - internalGet(UCAL_YEAR, 1); // Convert to extended year
69 eyear = internalGet(UCAL_YEAR, 1); // Default to year 1
78 int32_t eyear, month, day, era, year;
83 year = 1 - eyear;
86 year = eyear;
91 internalSet(UCAL_YEAR, year);
98 * The system maintains a static default century start date and Year. They are
100 * and year are set, they do not change.
153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day)
155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);