Lines Matching refs:get_coverage
69 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
72 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
78 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
166 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
169 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
174 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
408 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
411 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
417 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
618 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
621 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
627 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
980 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
984 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]); in would_apply()
995 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1180 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1183 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
1191 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()