Home | History | Annotate | Download | only in src

Lines Matching refs:get_coverage

441   inline const Coverage &get_coverage (void) const
450 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
487 inline const Coverage &get_coverage (void) const
496 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
664 inline const Coverage &get_coverage (void) const
676 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
735 inline const Coverage &get_coverage (void) const
747 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
882 inline const Coverage &get_coverage (void) const
898 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
903 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
1030 inline const Coverage &get_coverage (void) const
1039 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1055 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint);
1134 inline const Coverage &get_coverage (void) const
1143 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1155 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint);
1250 inline const Coverage &get_coverage (void) const
1259 unsigned int mark1_index = (this+mark1Coverage).get_coverage (buffer->cur().codepoint);
1292 unsigned int mark2_index = (this+mark2Coverage).get_coverage (buffer->info[j].codepoint);