Searched refs:yearLength (Results 1 – 14 of 14) sorted by relevance
545 int yearLength = monthsInYear(year); in roll() local546 int newMonth = month + (amount % yearLength); in roll()664 int yearLength = handleGetYearLength(year); in yearType() local666 if (yearLength > 380) { in yearType()667 yearLength -= 30; // Subtract length of leap month. in yearType()672 switch (yearLength) { in yearType()680 … throw new IllegalArgumentException("Illegal year length " + yearLength + " in year " + year); in yearType()
3094 int yearLength = getActualMaximum(DAY_OF_YEAR); in roll() local3095 time = (time + delta - min2) % (yearLength*ONE_DAY); in roll()3096 if (time < 0) time += yearLength*ONE_DAY; in roll()
521 int yearLength = monthsInYear(year); in roll() local522 int newMonth = month + (amount % yearLength); in roll()640 int yearLength = handleGetYearLength(year); in yearType() local642 if (yearLength > 380) { in yearType()643 yearLength -= 30; // Subtract length of leap month. in yearType()648 switch (yearLength) { in yearType()656 … throw new IllegalArgumentException("Illegal year length " + yearLength + " in year " + year); in yearType()
2998 int yearLength = getActualMaximum(DAY_OF_YEAR); in roll() local2999 time = (time + delta - min2) % (yearLength*ONE_DAY); in roll()3000 if (time < 0) time += yearLength*ONE_DAY; in roll()
323 int32_t yearLength = monthsInYear(year); in roll() local324 int32_t newMonth = month + (amount % yearLength); in roll()447 int32_t yearLength = handleGetYearLength(year); in yearType() local449 if (yearLength > 380) { in yearType()450 yearLength -= 30; // Subtract length of leap month. in yearType()455 switch (yearLength) { in yearType()
612 GregorianCalendar::yearLength(int32_t year) const in yearLength() function in GregorianCalendar620 GregorianCalendar::yearLength() const in yearLength() function in GregorianCalendar669 if (days < 1 || days > yearLength()) { in validateFields()
2111 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); in roll() local2112 double oneYear = yearLength; in roll()
556 int32_t yearLength(int32_t year) const;563 int32_t yearLength(void) const;