Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dtzfile.h114 #ifndef TZ_MAX_CHARS
115 #define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ macro
Dlocaltime.c134 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + CHARS_EXTRA,
509 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
684 if (j + tsabbrlen < TZ_MAX_CHARS) { in tzloadbody()