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