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

/external/chromium_org/third_party/WebKit/Source/core/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];
/external/chromium/base/third_party/nspr/
H A Dprtime.cc324 int daysInMonth; local
396 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
397 while (time->tm_mday > daysInMonth) {
399 time->tm_mday -= daysInMonth;
405 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc329 int daysInMonth; local
401 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
402 while (time->tm_mday > daysInMonth) {
404 time->tm_mday -= daysInMonth;
410 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
/external/chromium_org/third_party/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
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2299 int32_t daysInMonth = handleGetLimit(UCAL_DAY_OF_MONTH, limitType); local
2301 limit = (daysInMonth + (7 - minDaysInFirst)) / 7;
2303 limit = (daysInMonth + 6 + (7 - minDaysInFirst)) / 7;
/external/icu4c/i18n/
H A Dcalendar.cpp2478 int32_t daysInMonth = handleGetLimit(UCAL_DAY_OF_MONTH, limitType); local
2480 limit = (daysInMonth + (7 - minDaysInFirst)) / 7;
2482 limit = (daysInMonth + 6 + (7 - minDaysInFirst)) / 7;
/external/chromium_org/third_party/libxml/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
/external/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds