Searched refs:tm_month (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtime.cc108 st.wMonth = exploded->tm_month + 1;
135 gregorian_date.month = exploded->tm_month + 1;
159 exp_tm.tm_mon = exploded->tm_month;
167 !(exploded->tm_year == 1969 && exploded->tm_month == 11 &&
286 time->tm_month--;
287 if (time->tm_month < 0) {
288 time->tm_month = 11;
295 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
306 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
308 time->tm_month
[all...]
H A Dprtime.h113 * - the month field is spelled tm_month, not tm_mon;
131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
179 * - tm_month and tm_year: because the number of days in a month and
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc113 st.wMonth = exploded->tm_month + 1;
140 gregorian_date.month = exploded->tm_month + 1;
164 exp_tm.tm_mon = exploded->tm_month;
172 !(exploded->tm_year == 1969 && exploded->tm_month == 11 &&
291 time->tm_month--;
292 if (time->tm_month < 0) {
293 time->tm_month = 11;
300 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
311 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
313 time->tm_month
[all...]
H A Dprtime.h113 * - the month field is spelled tm_month, not tm_mon;
131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
179 * - tm_month and tm_year: because the number of days in a month and
/external/chromium_org/crypto/
H A Dnss_util_unittest.cc24 prxtime.tm_month = 11;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtime.h102 * - 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
/external/chromium/crypto/
H A Dnss_util.cc705 exploded.month = prxtime.tm_month + 1;

Completed in 150 milliseconds