Home | History | Annotate | Download | only in src

Lines Matching refs:feature

135 	      printf ("        No required feature\n");
138 printf (" %d feature(s) found in language system\n", num_features);
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
147 printf (" %d feature(s) found in table\n", num_features);
149 const Feature &feature = g.get_feature (n_feature);
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features,
152 feature.get_lookup_count());
154 int num_lookups = feature.get_lookup_count ();
155 printf (" %d lookup(s) found in feature\n", num_lookups);
158 feature.get_lookup_index (n_lookup));