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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py111 daysInMonth = gNumDaysInMonth[currentMonth]
114 daysInMonth += 1
125 if i < self._startOffset or i >= (daysInMonth + self._startOffset):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py111 daysInMonth = gNumDaysInMonth[currentMonth]
114 daysInMonth += 1
125 if i < self._startOffset or i >= (daysInMonth + self._startOffset):
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/calendar/
H A Dgregorian.tcl104 variable daysInMonth [list 31 28 31 30 31 30 31 31 30 31 30 31]
121 foreach d $daysInMonth dly $daysInMonthInLeapYear {
631 variable ::calendar::CommonCalendar::daysInMonth
640 set hath $daysInMonth
/macosx-10.9.5/CF-855.17/
H A DCFDate.c216 static const uint8_t daysInMonth[16] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0, 0, 0}; variable
228 return daysInMonth[month] + (2 == month && leap);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDateComponents.cpp54 static const int daysInMonth[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; member in namespace:WebCore
71 return daysInMonth[month];
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcalendar.cpp2503 int32_t daysInMonth = handleGetLimit(UCAL_DAY_OF_MONTH, limitType); local
2505 limit = (daysInMonth + (7 - minDaysInFirst)) / 7;
2507 limit = (daysInMonth + 6 + (7 - minDaysInFirst)) / 7;
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c150 static const unsigned long daysInMonth[12] = variable
156 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
161 (dt->day <= daysInMonth[dt->mon - 1]))
1545 * Coverity detected an overrun in daysInMonth
/macosx-10.9.5/libxml2-26/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]))
3844 * Coverity detected an overrun in daysInMonth
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
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]))
3837 * Coverity detected an overrun in daysInMonth

Completed in 133 milliseconds