Searched refs:daysInMonth (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp698 const int32 daysInMonth = startOfMonth.DaysInMonth(); local
704 else if (dayOffset >= firstDayOffset + daysInMonth)
764 const int32 daysInMonth = startOfMonth.DaysInMonth(); local
780 else if (counter >= firstDayOffset + daysInMonth)
/haiku-fatelf/src/apps/webpositive/support/
H A DDateTime.cpp1158 const int32 daysInMonth[12] = local
1161 return daysInMonth[month -1];
/haiku-fatelf/src/kits/support/
H A DDateTime.cpp1179 const int32 daysInMonth[12] = local
1182 return daysInMonth[month -1];
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c149 static const unsigned long daysInMonth[12] = variable
155 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
160 (dt->day <= daysInMonth[dt->mon - 1]))
1526 * Coverity detected an overrun in daysInMonth
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c1122 static const unsigned int daysInMonth[12] = variable
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1133 (dt->day <= daysInMonth[dt->mon - 1]))
3823 * Coverity detected an overrun in daysInMonth

Completed in 128 milliseconds