Searched refs:tm_month (Results 1 – 7 of 7) sorted by relevance
108 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 …]
131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member
113 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 …]
24 prxtime.tm_month = 11; in TEST()
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member
705 exploded.month = prxtime.tm_month + 1; in PRTimeToBaseTime()