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) {
2482 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2487 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2491 const int isdst;
2497 if (isdst != TRUE && isdst != FALSE) {
2498 error(_("internal error - addtype called with bad isdst"));
2510 if (isdst != (dstoff != 0)) {
2511 error(_("internal error - addtype called with bad isdst/dstoff"));
2524 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2550 isdsts[i] = isdst;