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

  /external/chromium_org/third_party/icu/source/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...]
  /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...]
  /bionic/libc/tzcode/
localtime.c 160 static const char * getrule(const char * strp, struct rule * rulep);
191 const struct rule * rulep, int_fast32_t offset)
787 getrule(const char * strp, register struct rule * const rulep)
793 rulep->r_type = JULIAN_DAY;
795 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
800 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
802 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
807 strp = getnum(strp, &rulep->r_week, 1, 5);
812 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
817 rulep->r_type = DAY_OF_YEAR
    [all...]
  /external/bison/src/
lalr.c 231 rule **rulep; local
233 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++)
241 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++)
249 add_lookback_edge (s, *rulep, i);
ielr.c 111 rule **rulep; local
112 for (rulep = derives[states[to_state[i]]->accessing_symbol
114 *rulep;
115 ++rulep)
136 (*rulep)->rhs - ritem))
140 item_number_as_symbol_number (*(*rulep)->rhs));
    [all...]

Completed in 42 milliseconds