Home | History | Annotate | Download | only in i18n

Lines Matching refs:year

40  * solar year (approximately 365.24 days) is not an even multiple of
43 * interesting, the start of a year can be delayed by up to three days
45 * to prevent certain illegal year lengths. Finally, the lengths of certain
46 * months can vary depending on the number of days in the year.
50 * not come at the end of the year, calculations involving
93 * Constant for Tishri, the 1st month of the Hebrew year.
97 * Constant for Heshvan, the 2nd month of the Hebrew year.
101 * Constant for Kislev, the 3rd month of the Hebrew year.
106 * Constant for Tevet, the 4th month of the Hebrew year.
111 * Constant for Shevat, the 5th month of the Hebrew year.
116 * Constant for Adar I, the 6th month of the Hebrew year
123 * Constant for the Adar, the 7th month of the Hebrew year.
128 * Constant for Nisan, the 8th month of the Hebrew year.
133 * Constant for Iyar, the 9th month of the Hebrew year.
138 * Constant for Sivan, the 10th month of the Hebrew year.
143 * Constant for Tammuz, the 11th month of the Hebrew year.
148 * Constant for Av, the 12th month of the Hebrew year.
153 * Constant for Elul, the 13th month of the Hebrew year.
281 static UBool isLeapYear(int32_t year) ;
310 * year of this calendar system. Subclasses should override this
318 * Return the number of days in the given extended year of this
330 * <li>YEAR
342 * Return the extended year defined by the current fields. This will
343 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
346 * @return the extended year
352 * given month in the given extended year. Subclasses should override
354 * @param eyear the extended year
357 * the given year, otherwise, compute the day before the first day of
360 * day of the given month and year
402 * Returns the year in which the default century begins
409 * Finds the day # of the first day in the given Hebrew year.
411 * in that year.
427 * @param year extended year
431 static int32_t startOfYear(int32_t year, UErrorCode& status);
438 int32_t yearType(int32_t year) const;
443 static int32_t monthsInYear(int32_t year) ;