Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c145 static const char * getrule(const char * strp, struct rule * rulep);
176 static int_fast32_t transtime(int year, const struct rule * rulep,
782 getrule(const char *strp, register struct rule *const rulep) in getrule() argument
788 rulep->r_type = JULIAN_DAY; in getrule()
790 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule()
795 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
797 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
802 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule()
807 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule()
812 rulep in getrule()
833 transtime(const int year, register const struct rule *const rulep, const int_fast32_t offset) transtime() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A 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 in getrule()
831 transtime(const int year, register const struct rule *const rulep, const int_fast32_t offset) transtime() argument
[all...]
/third_party/tzdata/
H A Dlocaltime.c945 getrule(const char *strp, register struct rule *const rulep) in getrule() argument
951 rulep->r_type = JULIAN_DAY; in getrule()
953 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule()
958 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
960 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
965 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule()
970 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule()
975 rulep->r_type = DAY_OF_YEAR; in getrule()
976 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule()
985 strp = getoffset(strp, &rulep in getrule()
996 transtime(const int year, register const struct rule *const rulep, const int_fast32_t offset) transtime() argument
[all...]

Completed in 6 milliseconds