Searched refs:civilLeapYear (Results 1 – 4 of 4) sorted by relevance
361 UBool IslamicCalendar::civilLeapYear(int32_t year) in civilLeapYear() function in IslamicCalendar516 if (month == DHU_AL_HIJJAH && civilLeapYear(extendedYear)) { in handleGetMonthLength()535 return 354 + (civilLeapYear(extendedYear) ? 1 : 0); in handleGetYearLength()
239 static UBool civilLeapYear(int32_t year);
551 private final static boolean civilLeapYear(int year) in civilLeapYear() method in IslamicCalendar720 if (month == DHU_AL_HIJJAH && civilLeapYear(extendedYear)) { in handleGetMonthLength()750 length = 354 + (civilLeapYear(extendedYear) ? 1 : 0); in handleGetYearLength()
578 private final static boolean civilLeapYear(int year) in civilLeapYear() method in IslamicCalendar749 if (month == DHU_AL_HIJJAH && civilLeapYear(extendedYear)) { in handleGetMonthLength()780 length = 354 + (civilLeapYear(extendedYear) ? 1 : 0); in handleGetYearLength()