HomeSort by relevance Sort by last modified time
    Searched refs:rulep (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
lalr.c 242 rule **rulep; local
244 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++)
252 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++)
260 add_lookback_edge (s, *rulep, i);
  /bionic/libc/tzcode/
localtime.c 217 static const char * getrule P((const char * strp, struct rule * rulep));
248 const struct rule * rulep, long offset));
854 getrule(strp, rulep)
856 register struct rule * const rulep;
862 rulep->r_type = JULIAN_DAY;
864 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
869 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
871 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
876 strp = getnum(strp, &rulep->r_week, 1, 5);
881 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 148 static const char * getrule(const char * strp, struct rule * rulep);
179 const struct rule * rulep, long offset);
759 getrule(strp, rulep)
761 register struct rule * const rulep;
767 rulep->r_type = JULIAN_DAY;
769 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
781 strp = getnum(strp, &rulep->r_week, 1, 5);
786 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1)
    [all...]
  /system/core/libcutils/
tztime.c 181 static const char * getrule P((const char * strp, struct rule * rulep));
212 const struct rule * rulep, long offset));
779 getrule(strp, rulep)
781 register struct rule * const rulep;
787 rulep->r_type = JULIAN_DAY;
789 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
794 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
796 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
801 strp = getnum(strp, &rulep->r_week, 1, 5);
806 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1)
    [all...]

Completed in 59 milliseconds