Home | History | Annotate | Download | only in src

Lines Matching defs:get_coverage

463   inline const Coverage &get_coverage (void) const
472 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
512 inline const Coverage &get_coverage (void) const
521 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
695 inline const Coverage &get_coverage (void) const
704 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
768 inline const Coverage &get_coverage (void) const
777 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
910 inline const Coverage &get_coverage (void) const
920 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
927 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
1068 inline const Coverage &get_coverage (void) const
1077 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1094 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint);
1169 inline const Coverage &get_coverage (void) const
1178 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1191 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint);
1282 inline const Coverage &get_coverage (void) const
1291 unsigned int mark1_index = (this+mark1Coverage).get_coverage (buffer->cur().codepoint);
1325 unsigned int mark2_index = (this+mark2Coverage).get_coverage (buffer->info[j].codepoint);