Home
last modified time | relevance | path

Searched refs:INT_STRLEN_MAXIMUM (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dasctime.c63 #define MAX_ASCTIME_BUF_SIZE (2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)
83 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r()
H A Dprivate.h330 #ifndef INT_STRLEN_MAXIMUM
337 #define INT_STRLEN_MAXIMUM(type) \ macro
340 #endif /* !defined INT_STRLEN_MAXIMUM */
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dasctime.c63 #define MAX_ASCTIME_BUF_SIZE (2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)
83 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r()
H A Dprivate.h338 #ifndef INT_STRLEN_MAXIMUM
345 #define INT_STRLEN_MAXIMUM(type) \ macro
348 #endif /* !defined INT_STRLEN_MAXIMUM */
/third_party/tzdata/
H A Dasctime.c51 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1];
75 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r()
H A Dstrftime.c320 char buf[INT_STRLEN_MAXIMUM( in _fmt()
612 char buf[INT_STRLEN_MAXIMUM(int) + 1]; in _conv()
H A Dprivate.h878 #define INT_STRLEN_MAXIMUM(type) \ macro

Completed in 5 milliseconds