Home | History | Annotate | Download | only in i18n

Lines Matching refs:month

42  * Each month of the calendar starts when the new moon's crescent is visible
50 * and 30-day months, with a leap day added to the last month of 11 out of
61 * start of a month in the religious calendar to differ from the civil calendar
66 * of a lunar month with a fairly high degree of certainty. However, these
73 * which approach is used to determine the start of a month. By default, the
104 * Constant for Muharram, the 1st month of the Islamic year.
110 * Constant for Safar, the 2nd month of the Islamic year.
116 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
122 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
128 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year.
134 * Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year.
140 * Constant for Rajab, the 7th month of the Islamic year.
146 * Constant for Sha'ban, the 8th month of the Islamic year.
152 * Constant for Ramadan, the 9th month of the Islamic year.
158 * Constant for Shawwal, the 10th month of the Islamic year.
164 * Constant for Dhu al-Qi'dah, the 11th month of the Islamic year.
170 * Constant for Dhu al-Hijjah, the 12th month of the Islamic year.
245 * Return the day # on which the given month starts. Days are counted
249 * @param year The hijri month, 0-based
251 int32_t monthStart(int32_t year, int32_t month) const;
254 * Find the day number on which a particular month of the true/lunar
257 * @param month The month in question, origin 0 from the Hijri epoch
259 * @return The day number on which the given month starts.
261 int32_t trueMonthStart(int32_t month) const;
295 * Return the length (in days) of the given month.
298 * @param year The hijri month, 0-based
301 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
313 // Return JD of start of given month/year
317 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
334 * <li>MONTH