Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c143 static const char * getrule(const char * strp, struct rule * rulep);
174 static int_fast32_t transtime(int year, const struct rule * rulep,
780 getrule(const char *strp, register struct rule *const rulep) in getrule() argument
786 rulep->r_type = JULIAN_DAY; in getrule()
788 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule()
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
800 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule()
805 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule()
810 rulep->r_type = DAY_OF_YEAR; in getrule()
[all …]