Home | History | Annotate | Download | only in src

Lines Matching refs:get_subtable

1110   inline const SubstLookupSubTable& get_subtable (unsigned int i) const
1111 { return Lookup::get_subtable<SubstLookupSubTable> (i); }
1120 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse ();
1247 unsigned int type = get_subtable (0).u.extension.get_type ();
1250 if (get_subtable (i).u.extension.get_type () != type)
1324 return CastR<ExtensionSubst> (get_subtable<LookupSubTable>()).is_reverse ();