Lines Matching refs:rule_set
1494 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() local
1499 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1511 const RuleSet &rule_set = this+ruleSet[index]; in apply() local
1516 return_trace (rule_set.apply (c, lookup_context)); in apply()
1584 const RuleSet &rule_set = this+ruleSet[i]; in closure() local
1585 rule_set.closure (c, lookup_context); in closure()
1611 const RuleSet &rule_set = this+ruleSet[index]; in would_apply() local
1616 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1629 const RuleSet &rule_set = this+ruleSet[index]; in apply() local
1634 return_trace (rule_set.apply (c, lookup_context)); in apply()
2158 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() local
2163 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
2174 const ChainRuleSet &rule_set = this+ruleSet[index]; in apply() local
2179 return_trace (rule_set.apply (c, lookup_context)); in apply()
2253 const ChainRuleSet &rule_set = this+ruleSet[i]; in closure() local
2254 rule_set.closure (c, lookup_context); in closure()
2288 const ChainRuleSet &rule_set = this+ruleSet[index]; in would_apply() local
2295 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
2311 const ChainRuleSet &rule_set = this+ruleSet[index]; in apply() local
2318 return_trace (rule_set.apply (c, lookup_context)); in apply()