Home | History | Annotate | Download | only in i18n

Lines Matching refs:month

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.
256 * Convert an Coptic year, month, and day to a Julian day.
259 * @param month the month
264 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);