Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
Dprtime.cc108 st.wMonth = exploded->tm_month + 1; in PR_ImplodeTime()
135 gregorian_date.month = exploded->tm_month + 1; in PR_ImplodeTime()
159 exp_tm.tm_mon = exploded->tm_month; in PR_ImplodeTime()
167 !(exploded->tm_year == 1969 && exploded->tm_month == 11 && in PR_ImplodeTime()
286 time->tm_month--; in ApplySecOffset()
287 if (time->tm_month < 0) { in ApplySecOffset()
288 time->tm_month = 11; in ApplySecOffset()
295 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month]; in ApplySecOffset()
306 nDays[IsLeapYear(time->tm_year)][time->tm_month]) { in ApplySecOffset()
308 time->tm_month++; in ApplySecOffset()
[all …]
Dprtime.h131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member
/external/chromium_org/base/third_party/nspr/
Dprtime.cc113 st.wMonth = exploded->tm_month + 1; in PR_ImplodeTime()
140 gregorian_date.month = exploded->tm_month + 1; in PR_ImplodeTime()
164 exp_tm.tm_mon = exploded->tm_month; in PR_ImplodeTime()
172 !(exploded->tm_year == 1969 && exploded->tm_month == 11 && in PR_ImplodeTime()
291 time->tm_month--; in ApplySecOffset()
292 if (time->tm_month < 0) { in ApplySecOffset()
293 time->tm_month = 11; in ApplySecOffset()
300 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month]; in ApplySecOffset()
311 nDays[IsLeapYear(time->tm_year)][time->tm_month]) { in ApplySecOffset()
313 time->tm_month++; in ApplySecOffset()
[all …]
Dprtime.h131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member
/external/chromium_org/crypto/
Dnss_util_unittest.cc24 prxtime.tm_month = 11; in TEST()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprtime.h120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member
/external/chromium/crypto/
Dnss_util.cc705 exploded.month = prxtime.tm_month + 1; in PRTimeToBaseTime()