Lines Matching full:year
38 * solar year (approximately 365.24 days) is not an even multiple of
41 * interesting, the start of a year can be delayed by up to three days
43 * to prevent certain illegal year lengths. Finally, the lengths of certain
44 * months can vary depending on the number of days in the year.
48 * not come at the end of the year, calculations involving
91 * Constant for Tishri, the 1st month of the Hebrew year.
95 * Constant for Heshvan, the 2nd month of the Hebrew year.
99 * Constant for Kislev, the 3rd month of the Hebrew year.
104 * Constant for Tevet, the 4th month of the Hebrew year.
109 * Constant for Shevat, the 5th month of the Hebrew year.
114 * Constant for Adar I, the 6th month of the Hebrew year
121 * Constant for the Adar, the 7th month of the Hebrew year.
126 * Constant for Nisan, the 8th month of the Hebrew year.
131 * Constant for Iyar, the 9th month of the Hebrew year.
136 * Constant for Sivan, the 10th month of the Hebrew year.
141 * Constant for Tammuz, the 11th month of the Hebrew year.
146 * Constant for Av, the 12th month of the Hebrew year.
151 * Constant for Elul, the 13th month of the Hebrew year.
279 static UBool isLeapYear(int32_t year) ;
308 * year of this calendar system. Subclasses should override this
316 * Return the number of days in the given extended year of this
328 * <li>YEAR
340 * Return the extended year defined by the current fields. This will
341 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
344 * @return the extended year
350 * given month in the given extended year. Subclasses should override
352 * @param eyear the extended year
355 * the given year, otherwise, compute the day before the first day of
358 * day of the given month and year
393 * Returns the year in which the default century begins
402 * indicate an uninitialized state. Once the system default century date and year
423 * Returns the beginning date of the 100-year window that dates
429 * Returns the first year of the 100-year window that dates with
435 * Initializes the 100-year window that dates with 2-digit years
443 * Finds the day # of the first day in the given Hebrew year.
445 * in that year.
461 * @param year extended year
465 static int32_t startOfYear(int32_t year, UErrorCode& status);
472 int32_t yearType(int32_t year) const;
477 static int32_t monthsInYear(int32_t year) ;