Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h125 #define MONSPERYEAR 12 macro
Dasctime.c93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
Dlocaltime.c633 static const int mon_lengths[2][MONSPERYEAR] = {
795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
1697 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
1722 if (++yourtm.tm_mon >= MONSPERYEAR) { in time2sub()
Dzic.c388 static const int len_months[2][MONSPERYEAR] = {