Searched refs:kPersianLeapMonthLength (Results 1 – 4 of 4) sorted by relevance
32 static const int8_t kPersianLeapMonthLength[] variable153 return isLeapYear(extendedYear) ? kPersianLeapMonthLength[month] : kPersianMonthLength[month]; in handleGetMonthLength()