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

/external/icu4c/tools/tzcode/
H A Dzic.c75 int r_dayofmonth; member in struct:rule
91 ** r_dycode r_dayofmonth r_wday
546 r->r_month, r->r_dayofmonth,
555 fprintf(f, ", %s, dom %d", mon_names[r->r_month].l_word, r->r_dayofmonth);
1502 rp->r_dayofmonth = len_months[1][rp->r_month];
1526 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 ||
1527 rp->r_dayofmonth <= 0 ||
1528 (rp->r_dayofmonth > len_months[1][rp->r_month])) {
1970 if (rp->r_dayofmonth == 29 && rp->r_month == TM_FEBRUARY)
1975 (void) sprintf(result, "J%d", total + rp->r_dayofmonth);
[all...]

Completed in 15 milliseconds