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
107 * Constant for Muharram, the 1st month of the Islamic year.
113 * Constant for Safar, the 2nd month of the Islamic year.
119 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
125 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
131 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year.
137 * Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year.
143 * Constant for Rajab, the 7th month of the Islamic year.
149 * Constant for Sha'ban, the 8th month of the Islamic year.
155 * Constant for Ramadan, the 9th month of the Islamic year.
161 * Constant for Shawwal, the 10th month of the Islamic year.
167 * Constant for Dhu al-Qi'dah, the 11th month of the Islamic year.
173 * Constant for Dhu al-Hijjah, the 12th month of the Islamic year.
246 * Return the day # on which the given month starts. Days are counted
250 * @param year The hijri month, 0-based
252 int32_t monthStart(int32_t year, int32_t month) const;
255 * Find the day number on which a particular month of the true/lunar
258 * @param month The month in question, origin 0 from the Hijri epoch
260 * @return The day number on which the given month starts.
262 int32_t trueMonthStart(int32_t month) const;
296 * Return the length (in days) of the given month.
299 * @param year The hijri month, 0-based
302 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
314 // Return JD of start of given month/year
318 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
335 * <li>MONTH