Home
last modified time | relevance | path

Searched refs:wantedy (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c171 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
2982 rpytime(register const struct rule *const rp, register const zic_t wantedy) in rpytime() argument
2988 if (wantedy == ZIC_MIN) in rpytime()
2990 if (wantedy == ZIC_MAX) in rpytime()
2995 while (wantedy != y) { in rpytime()
2996 if (wantedy > y) { in rpytime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c170 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
2981 rpytime(register const struct rule *const rp, register const zic_t wantedy) in rpytime() argument
2987 if (wantedy == ZIC_MIN) in rpytime()
2989 if (wantedy == ZIC_MAX) in rpytime()
2994 while (wantedy != y) { in rpytime()
2995 if (wantedy > y) { in rpytime()
/third_party/tzdata/
H A Dzic.c198 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
3801 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3808 if (wantedy == ZIC_MIN) in rpytime()
3810 if (wantedy == ZIC_MAX) in rpytime()
3815 /* dayoff = floor((wantedy - y) / YEARSPERREPEAT) * DAYSPERREPEAT, in rpytime()
3817 yrem = wantedy % YEARSPERREPEAT - y % YEARSPERREPEAT; in rpytime()
3818 dayoff = ((wantedy / YEARSPERREPEAT - y / YEARSPERREPEAT in rpytime()
3821 /* wantedy = y + ((wantedy - y) mod YEARSPERREPEAT), sans overflow. */ in rpytime()
3822 wantedy in rpytime()
[all...]

Completed in 12 milliseconds