Home
last modified time | relevance | path

Searched refs:TZ_MAX_CHARS (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dtzfile.h108 #ifndef TZ_MAX_CHARS
109 #define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ macro
Dlocaltime.c132 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
450 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
604 if (j + tsabbrlen < TZ_MAX_CHARS) { in tzloadbody()