OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ASCTIME_BUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
asctime.c
63
#define
MAX_ASCTIME_BUF_SIZE
(2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)
65
static char buf_asctime[
MAX_ASCTIME_BUF_SIZE
];
84
char result[
MAX_ASCTIME_BUF_SIZE
];
/external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c
69
#define
MAX_ASCTIME_BUF_SIZE
(2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)
71
static char buf_asctime[
MAX_ASCTIME_BUF_SIZE
];
92
char result[
MAX_ASCTIME_BUF_SIZE
];
/external/icu/icu4c/source/tools/tzcode/
asctime.c
69
#define
MAX_ASCTIME_BUF_SIZE
(2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)
71
static char buf_asctime[
MAX_ASCTIME_BUF_SIZE
];
92
char result[
MAX_ASCTIME_BUF_SIZE
];
Completed in 36 milliseconds