Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c100 static char const UNSPEC[] = "-00"; variable
106 enum { CHARS_EXTRA = max(sizeof UNSPEC, 2) - 1 };
224 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()