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

  /external/chromium_org/crypto/
nss_util_unittest.cc 24 prxtime.tm_month = 11;
  /external/chromium_org/base/third_party/nspr/
prtime.cc 115 st.wMonth = static_cast<WORD>(exploded->tm_month + 1);
144 gregorian_date.month = exploded->tm_month + 1;
168 exp_tm.tm_mon = exploded->tm_month;
176 !(exploded->tm_year == 1969 && exploded->tm_month == 11 &&
295 time->tm_month--;
296 if (time->tm_month < 0) {
297 time->tm_month = 11;
304 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
315 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
317 time->tm_month++
    [all...]
prtime.h 126 * - the month field is spelled tm_month, not tm_mon;
144 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
192 * - tm_month and tm_year: because the number of days in a month and
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 102 * - the month field is spelled tm_month, not tm_mon;
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
206 * - tm_month and tm_year: because the number of days in a month and

Completed in 134 milliseconds