Lines Matching refs:Feature
460 feature = [featureMap[v] for v in langsys.FeatureIndex if featureMap[v].FeatureTag == 'locl']
461 assert len(feature) <= 1
462 if feature:
463 feature = feature[0]
468 f = synthFeature.Feature = otTables.Feature()
477 feature = synthFeature
490 feature.Feature.LookupListIndex[:0] = [id(synthLookup)]
491 feature.Feature.LookupCount += 1
592 @_add_method(otTables.Feature)
599 if not f or not f.Feature: continue
600 f.Feature.mapLookups(lookupMap)