Home | History | Annotate | Download | only in src

Lines Matching refs:extension

925 struct ExtensionSubst : Extension<ExtensionSubst>
1098 Extension = 7,
1114 case Extension: return_trace (u.extension.dispatch (c));
1129 ExtensionSubst extension;
1148 if (unlikely (type == SubstLookupSubTable::Extension))
1271 if (unlikely (get_type () == SubstLookupSubTable::Extension))
1273 /* The spec says all subtables of an Extension lookup should
1274 * have the same type, which shall not be the Extension type
1276 unsigned int type = get_subtable (0).u.extension.get_type ();
1277 if (unlikely (type == SubstLookupSubTable::Extension))
1281 if (get_subtable (i).u.extension.get_type () != type)
1334 if (unlikely (type == SubstLookupSubTable::Extension))