HomeSort by relevance Sort by last modified time
    Searched defs:IsLeapYear (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/third_party/nspr/
prtime.cc 248 * IsLeapYear --
255 static int IsLeapYear(PRInt16 year)
302 if (IsLeapYear(time->tm_year))
307 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
318 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
405 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month];
408 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
417 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
423 lastDayOfMonth[IsLeapYear(time->tm_year)][time->tm_month]);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 579 milliseconds