• Home
  • Raw
  • Download

Lines Matching refs:get_coverage

782   const Coverage &get_coverage () const { return this+coverage; }  in get_coverage()  function
790 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
899 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
907 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
1349 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1355 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
1543 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1549 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
1786 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1793 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply()
1800 …const EntryExitRecord &prev_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[s… in apply()
2051 const Coverage &get_coverage () const { return this+markCoverage; } in get_coverage() function
2057 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply()
2087 …unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoi… in apply()
2308 const Coverage &get_coverage () const { return this+markCoverage; } in get_coverage() function
2314 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply()
2327 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint); in apply()
2507 const Coverage &get_coverage () const { return this+mark1Coverage; } in get_coverage() function
2513 unsigned int mark1_index = (this+mark1Coverage).get_coverage (buffer->cur().codepoint); in apply()
2550 unsigned int mark2_index = (this+mark2Coverage).get_coverage (buffer->info[j].codepoint); in apply()