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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp361 static wxDateTime::wxDateTime_t daysInMonth[2][MONTHS_IN_YEAR] = local
367 return daysInMonth[wxDateTime::IsLeapYear(year)][month];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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]))
3826 * Coverity detected an overrun in daysInMonth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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]))
3826 * Coverity detected an overrun in daysInMonth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js8435 var daysInMonth = this._getDaysInMonth(drawYear, drawMonth);
8437 inst.selectedDay = Math.min(inst.selectedDay, daysInMonth);
8439 var curRows = Math.ceil((leadDays + daysInMonth) / 7); // calculate the number of rows to generate

Completed in 384 milliseconds