Home | History | Annotate | Download | only in src

Lines Matching refs:rule_count

487   uint16_t rule_count = 0;
488 if (!subtable.ReadU16(&rule_count)) {
491 const unsigned rule_end = 2 * static_cast<unsigned>(rule_count) + 2;
496 for (unsigned i = 0; i < rule_count; ++i) {