Searched refs:monthsInYear (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dhebrwcal.cpp320 int32_t yearLength = monthsInYear(year);
477 int32_t HebrewCalendar::monthsInYear(int32_t year) { function in class:HebrewCalendar
504 month += monthsInYear(--extendedYear);
508 month -= monthsInYear(extendedYear++);
634 month += monthsInYear(--eyear);
638 month -= monthsInYear(eyear++);
H A Dhebrwcal.h477 static int32_t monthsInYear(int32_t year) ;

Completed in 43 milliseconds