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

  /external/libchrome/base/third_party/nspr/
prtime.cc 229 time->tm_month--;
230 if (time->tm_month < 0) {
231 time->tm_month = 11;
238 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
249 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
251 time->tm_month++;
252 if (time->tm_month > 11) {
253 time->tm_month = 0;
316 if (time->tm_month < 0 || time->tm_month >= 12)
    [all...]
prtime.h 137 * - the month field is spelled tm_month, not tm_mon;
155 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
203 * - tm_month and tm_year: because the number of days in a month and
  /external/libchrome/crypto/
nss_util_unittest.cc 24 prxtime.tm_month = 11;

Completed in 1077 milliseconds