OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZ_MAX_LEAPS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
tzfile.h
113
#ifndef
TZ_MAX_LEAPS
114
#define
TZ_MAX_LEAPS
50 /* Maximum number of leap second corrections */
115
#endif /* !defined
TZ_MAX_LEAPS
*/
localtime.c
134
struct lsinfo lsis[
TZ_MAX_LEAPS
];
442
if (! (0 <= leapcnt && leapcnt <
TZ_MAX_LEAPS
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tzfile.h
113
#ifndef
TZ_MAX_LEAPS
114
#define
TZ_MAX_LEAPS
50 /* Maximum number of leap second corrections */
115
#endif /* !defined
TZ_MAX_LEAPS
*/
zic.c
412
static zic_t trans[
TZ_MAX_LEAPS
];
413
static zic_t corr[
TZ_MAX_LEAPS
];
414
static char roll[
TZ_MAX_LEAPS
];
[
all
...]
localtime.c
113
struct lsinfo lsis[
TZ_MAX_LEAPS
];
401
if (sp->leapcnt < 0 || sp->leapcnt >
TZ_MAX_LEAPS
||
[
all
...]
Completed in 90 milliseconds