Lines Matching refs:isdst
125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
139 const char * letters, int isdst, int doquotes);
1875 doabbr(abbr, format, letters, isdst, doquotes)
1879 const int isdst;
1891 } else if (isdst) {
2487 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2492 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2496 const int isdst;
2502 if (isdst != TRUE && isdst != FALSE) {
2503 error(_("internal error - addtype called with bad isdst"));
2515 if (isdst != (dstoff != 0)) {
2516 error(_("internal error - addtype called with bad isdst/dstoff"));
2529 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2555 isdsts[i] = isdst;