Home | History | Annotate | Download | only in src

Lines Matching refs:TRACE_RETURN

708   if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
738 if (!skippy_iter.next ()) return TRACE_RETURN (false);
748 return TRACE_RETURN (false);
754 return TRACE_RETURN (false);
770 return TRACE_RETURN (true);
868 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
872 return TRACE_RETURN (false);
874 return TRACE_RETURN (true);
888 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
892 return TRACE_RETURN (false);
894 return TRACE_RETURN (true);
903 return TRACE_RETURN (c->check_struct (this));
936 return TRACE_RETURN (false);
982 if (!skippy_iter.next ()) return TRACE_RETURN (true);
1017 return TRACE_RETURN (true);
1123 return TRACE_RETURN (context_would_apply_lookup (c, inputCount, input, lookupCount, lookupRecord, lookup_context));
1130 return TRACE_RETURN (context_apply_lookup (c, inputCount, input, lookupCount, lookupRecord, lookup_context));
1181 return TRACE_RETURN (true);
1183 return TRACE_RETURN (false);
1193 return TRACE_RETURN (true);
1195 return TRACE_RETURN (false);
1200 return TRACE_RETURN (rule.sanitize (c, this));
1257 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1270 return TRACE_RETURN (false);
1277 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1282 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1348 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1360 if (likely (index == NOT_COVERED)) return TRACE_RETURN (false);
1369 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1374 return TRACE_RETURN (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1438 return TRACE_RETURN (context_would_apply_lookup (c, glyphCount, (const USHORT *) (coverage + 1), lookupCount, lookupRecord, lookup_context));
1450 if (likely (index == NOT_COVERED)) return TRACE_RETURN (false);
1457 return TRACE_RETURN (context_apply_lookup (c, glyphCount, (const USHORT *) (coverage + 1), lookupCount, lookupRecord, lookup_context));
1462 if (!c->check_struct (this)) return TRACE_RETURN (false);
1464 if (!c->check_array (coverage, coverage[0].static_size, count)) return TRACE_RETURN (false);
1466 if (!coverage[i].sanitize (c, this)) return TRACE_RETURN (false);
1468 return TRACE_RETURN (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount));
1492 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1493 case 2: return TRACE_RETURN (c->dispatch (u.format2));
1494 case 3: return TRACE_RETURN (c->dispatch (u.format3));
1495 default:return TRACE_RETURN (c->default_return_value ());
1501 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
1503 case 1: return TRACE_RETURN (u.format1.sanitize (c));
1504 case 2: return TRACE_RETURN (u.format2.sanitize (c));
1505 case 3: return TRACE_RETURN (u.format3.sanitize (c));
1506 default:return TRACE_RETURN (true);
1670 return TRACE_RETURN (chain_context_would_apply_lookup (c,
1683 return TRACE_RETURN (chain_context_apply_lookup (c,
1692 if (!backtrack.sanitize (c)) return TRACE_RETURN (false);
1694 if (!input.sanitize (c)) return TRACE_RETURN (false);
1696 if (!lookahead.sanitize (c)) return TRACE_RETURN (false);
1698 return TRACE_RETURN (lookup.sanitize (c));
1743 return TRACE_RETURN (true);
1745 return TRACE_RETURN (false);
1754 return TRACE_RETURN (true);
1756 return TRACE_RETURN (false);
1761 return TRACE_RETURN (rule.sanitize (c, this));
1816 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1828 if (likely (index == NOT_COVERED)) return TRACE_RETURN (false);
1835 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1840 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1919 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1931 if (likely (index == NOT_COVERED)) return TRACE_RETURN (false);
1945 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1950 return TRACE_RETURN (coverage.sanitize (c, this) && backtrackClassDef.sanitize (c, this) &&
2035 return TRACE_RETURN (chain_context_would_apply_lookup (c,
2054 if (likely (index == NOT_COVERED)) return TRACE_RETURN (false);
2062 return TRACE_RETURN (chain_context_apply_lookup (c,
2071 if (!backtrack.sanitize (c, this)) return TRACE_RETURN (false);
2073 if (!input.sanitize (c, this)) return TRACE_RETURN (false);
2075 if (!lookahead.sanitize (c, this)) return TRACE_RETURN (false);
2077 return TRACE_RETURN (lookup.sanitize (c));
2108 case 1: return TRACE_RETURN (c->dispatch (u.format1));
2109 case 2: return TRACE_RETURN (c->dispatch (u.format2));
2110 case 3: return TRACE_RETURN (c->dispatch (u.format3));
2111 default:return TRACE_RETURN (c->default_return_value ());
2117 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
2119 case 1: return TRACE_RETURN (u.format1.sanitize (c));
2120 case 2: return TRACE_RETURN (u.format2.sanitize (c));
2121 case 3: return TRACE_RETURN (u.format3.sanitize (c));
2122 default:return TRACE_RETURN (true);
2143 return TRACE_RETURN (c->check_struct (this));
2191 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
2193 case 1: return TRACE_RETURN (u.format1.sanitize (c));
2194 default:return TRACE_RETURN (true);
2200 if (!sanitize_self (c)) return TRACE_RETURN (false);
2202 if (unlikely (!offset)) return TRACE_RETURN (true);
2203 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));
2256 return TRACE_RETURN (version.sanitize (c) && likely (version.major == 1) &&