Searched refs:yearLength (Results 1 – 4 of 4) sorted by relevance
319 int32_t yearLength = monthsInYear(year); in roll() local320 int32_t newMonth = month + (amount % yearLength); in roll()442 int32_t yearLength = handleGetYearLength(year); in yearType() local444 if (yearLength > 380) { in yearType()445 yearLength -= 30; // Subtract length of leap month. in yearType()450 switch (yearLength) { in yearType()
609 GregorianCalendar::yearLength(int32_t year) const in yearLength() function in GregorianCalendar617 GregorianCalendar::yearLength() const in yearLength() function in GregorianCalendar666 if (days < 1 || days > yearLength()) { in validateFields()
1589 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); in roll() local1590 double oneYear = yearLength; in roll()
562 int32_t yearLength(int32_t year) const;569 int32_t yearLength(void) const;