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

/external/icu4c/tools/tzcode/
H A Dzic.c391 static const int len_months[2][MONSPERYEAR] = { variable
1302 i = len_months[isleap(year)][j];
1308 day <= 0 || day > len_months[isleap(year)][month]) {
1502 rp->r_dayofmonth = len_months[1][rp->r_month];
1528 (rp->r_dayofmonth > len_months[1][rp->r_month])) {
1974 total += len_months[0][month];
1984 if (rp->r_dayofmonth == len_months[1][rp->r_month])
2805 i = len_months[isleap(y)][m];
2847 if (i < 0 || i >= len_months[isleap(y)][m]) {

Completed in 34 milliseconds