Searched refs:get_subtable (Results 1 – 4 of 4) sorted by relevance
1139 inline const SubstLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function1140 { return Lookup::get_subtable<SubstLookupSubTable> (i); } in get_subtable()1149 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()1276 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize()1281 if (get_subtable (i).u.extension.get_type () != type) in sanitize()1335 return CastR<ExtensionSubst> (get_subtable<LookupSubTable>()).is_reverse (); in is_reverse()
2214 inline const X& get_subtable (void) const in get_subtable() function2226 return_trace (get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ())); in dispatch()2258 inline const X& get_subtable (void) const in get_subtable() function2261 case 1: return u.format1.template get_subtable<typename T::LookupSubTable> (); in get_subtable()
591 inline const SubTableType& get_subtable (unsigned int i) const in get_subtable() function624 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type); in dispatch()
1445 inline const PosLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function1446 { return Lookup::get_subtable<PosLookupSubTable> (i); } in get_subtable()