Lines Matching refs:r_todisgmt
93 int r_todisgmt; /* above is GMT if TRUE */ member
569 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff in emit_icu_rule()
582 fprintf(f, ", isgmt %d", r->r_todisgmt); in emit_icu_rule()
1412 rp->r_todisgmt = FALSE; in rulesub()
1419 rp->r_todisgmt = FALSE; in rulesub()
1424 rp->r_todisgmt = FALSE; in rulesub()
1431 rp->r_todisgmt = TRUE; in rulesub()
2070 if (rp->r_todisgmt) in stringrule()
2165 dstr.r_todisstd = dstr.r_todisgmt = FALSE; in stringzone()
2172 stdr.r_todisstd = stdr.r_todisgmt = FALSE; in stringzone()
2499 if (!zp->z_untilrule.r_todisgmt) in outzone()
2517 offset = rp->r_todisgmt ? 0 : gmtoff; in outzone()
2589 rp->r_todisstd, rp->r_todisgmt); in outzone()
2592 rp->r_todisstd, rp->r_todisgmt); in outzone()
2626 startttisgmt = zp->z_untilrule.r_todisgmt; in outzone()