OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MONSPERYEAR
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/tzcode/
tzfile.h
136
#define
MONSPERYEAR
12
asctime.c
97
if (timeptr->tm_mon < 0 || timeptr->tm_mon >=
MONSPERYEAR
)
strftime.c
50
const char * mon[
MONSPERYEAR
];
51
const char * month[
MONSPERYEAR
];
228
t->tm_mon >=
MONSPERYEAR
) ?
233
t->tm_mon >=
MONSPERYEAR
) ?
241
t->tm_mon >=
MONSPERYEAR
) ?
localtime.c
654
static const int mon_lengths[2][
MONSPERYEAR
] = {
827
strp = getnum(strp, &rulep->r_mon, 1,
MONSPERYEAR
);
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
136
#define
MONSPERYEAR
12
asctime.c
97
if (timeptr->tm_mon < 0 || timeptr->tm_mon >=
MONSPERYEAR
)
localtime.c
603
static const int mon_lengths[2][
MONSPERYEAR
] = {
776
strp = getnum(strp, &rulep->r_mon, 1,
MONSPERYEAR
);
[
all
...]
zic.c
391
static const int len_months[2][
MONSPERYEAR
] = {
[
all
...]
Completed in 2035 milliseconds