Home
last modified time | relevance | path

Searched refs:wantedy (Results 1 – 4 of 4) sorted by relevance

/third_party/tzdata/
Dzic.c166 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
3423 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3430 if (wantedy == ZIC_MIN) in rpytime()
3432 if (wantedy == ZIC_MAX) in rpytime()
3439 yrem = wantedy % YEARSPERREPEAT - y % YEARSPERREPEAT; in rpytime()
3440 dayoff = ((wantedy / YEARSPERREPEAT - y / YEARSPERREPEAT in rpytime()
3444 wantedy = y + (yrem + 2 * YEARSPERREPEAT) % YEARSPERREPEAT; in rpytime()
3446 while (wantedy != y) { in rpytime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
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/flutter/skia/third_party/externals/icu/source/tools/tzcode/
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/icu/icu4c/source/tools/tzcode/
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()