Lines Matching full:year
34 * the 1st month of the Coptic year.
40 * the 2nd month of the Coptic year.
46 * the 3rd month of the Coptic year.
52 * the 4th month of the Coptic year.
58 * the 5th month of the Coptic year.
64 * the 6th month of the Coptic year.
70 * the 7th month of the Coptic year.
76 * the 8th month of the Coptic year.
82 * the 9th month of the Coptic year.
88 * the 10th month of the Coptic year.
94 * the 11th month of the Coptic year.
100 * the 12th month of the Coptic year.
108 * the 13th month of the Coptic year.
161 * Return the extended year defined by the current fields.
180 * Returns the year in which the default century begins
195 * indicate an uninitialized state. Once the system default century date and year
216 * Initializes the 100-year window that dates with 2-digit years
256 * Convert an Coptic year, month, and day to a Julian day.
258 * @param year the extended year
264 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);