Home
last modified time | relevance | path

Searched refs:yearLength (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dhebrwcal.cpp319 int32_t yearLength = monthsInYear(year); in roll() local
320 int32_t newMonth = month + (amount % yearLength); in roll()
442 int32_t yearLength = handleGetYearLength(year); in yearType() local
444 if (yearLength > 380) { in yearType()
445 yearLength -= 30; // Subtract length of leap month. in yearType()
450 switch (yearLength) { in yearType()
Dgregocal.cpp609 GregorianCalendar::yearLength(int32_t year) const in yearLength() function in GregorianCalendar
617 GregorianCalendar::yearLength() const in yearLength() function in GregorianCalendar
666 if (days < 1 || days > yearLength()) { in validateFields()
Dcalendar.cpp1589 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); in roll() local
1590 double oneYear = yearLength; in roll()
/external/icu4c/i18n/unicode/
Dgregocal.h562 int32_t yearLength(int32_t year) const;
569 int32_t yearLength(void) const;