Home | History | Annotate | Download | only in src

Lines Matching refs:base_index

1041     unsigned int base_index = (this+baseCoverage).get_coverage  (c->buffer->info[skippy_iter.idx].codepoint);
1042 if (base_index == NOT_COVERED) return TRACE_RETURN (false);
1044 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));