OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tm_month
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/crypto/
nss_util_unittest.cc
24
prxtime.
tm_month
= 11;
/external/libchrome/base/third_party/nspr/
prtime.cc
117
st.wMonth = static_cast<WORD>(exploded->
tm_month
+ 1);
146
gregorian_date.month = exploded->
tm_month
+ 1;
171
exp_tm.tm_mon = exploded->
tm_month
;
179
!(exploded->tm_year == 1969 && exploded->
tm_month
== 11 &&
298
time->
tm_month
--;
299
if (time->
tm_month
< 0) {
300
time->
tm_month
= 11;
307
time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->
tm_month
];
318
nDays[IsLeapYear(time->tm_year)][time->
tm_month
]) {
320
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
Completed in 56 milliseconds