Searched refs:r_tod (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 90 zic_t r_tod; /* time from midnight */ member 569 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff in emit_icu_rule() 580 fprintf(f, ", time %lld", r->r_tod); in emit_icu_rule() 1436 rp->r_tod = gethms(dp, _("invalid time of day"), FALSE); in rulesub() 2024 register zic_t tod = rp->r_tod; in stringrule() 2164 dstr.r_tod = 0; in stringzone() 2171 stdr.r_tod = SECSPERDAY + stdrp->r_stdoff; in stringzone() 2650 xr.r_tod = 0; in outzone() 3058 return tadd(t, rp->r_tod); in rpytime()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 91 zic_t r_tod; /* time from midnight */ member 570 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff in emit_icu_rule() 581 fprintf(f, ", time %lld", r->r_tod); in emit_icu_rule() 1437 rp->r_tod = gethms(dp, _("invalid time of day"), false); in rulesub() 2025 register zic_t tod = rp->r_tod; in stringrule() 2165 dstr.r_tod = 0; in stringzone() 2172 stdr.r_tod = SECSPERDAY + stdrp->r_stdoff; in stringzone() 2651 xr.r_tod = 0; in outzone() 3059 return tadd(t, rp->r_tod); in rpytime()
|
/third_party/tzdata/ |
D | zic.c | 104 zic_t r_tod; /* time from midnight */ member 2145 rp->r_tod = gethms(dp, _("invalid time of day")); in rulesub() 2871 register zic_t tod = rp->r_tod; in stringrule() 3017 dstr.r_tod = 0; in stringzone() 3025 stdr.r_tod = SECSPERDAY + dstr.r_save; in stringzone() 3427 xr.r_tod = 0; in outzone() 3843 return tadd(t, rp->r_tod); in rpytime()
|