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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dhebrwcal.cpp320 int32_t yearLength = monthsInYear(year); local
321 int32_t newMonth = month + (amount % yearLength);
443 int32_t yearLength = handleGetYearLength(year); local
445 if (yearLength > 380) {
446 yearLength -= 30; // Subtract length of leap month.
451 switch (yearLength) {
459 //throw new RuntimeException("Illegal year length " + yearLength + " in year " + year);
H A Dgregocal.cpp610 GregorianCalendar::yearLength(int32_t year) const function in class:GregorianCalendar
618 GregorianCalendar::yearLength() const function in class:GregorianCalendar
667 if (days < 1 || days > yearLength()) {
H A Dcalendar.cpp1595 // must be on or after L-5, where L is yearLength(), then it
1949 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); local
1950 double oneYear = yearLength;
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dgregocal.h563 int32_t yearLength(int32_t year) const;
570 int32_t yearLength(void) const;

Completed in 134 milliseconds