Home | History | Annotate | Download | only in src

Lines Matching refs:mark2_index

1292     unsigned int mark2_index = (this+mark2Coverage).get_coverage  (buffer->info[j].codepoint);
1293 if (mark2_index == NOT_COVERED) return TRACE_RETURN (false);
1295 return TRACE_RETURN ((this+mark1Array).apply (c, mark1_index, mark2_index, this+mark2Array, classCount, j));