Home | History | Annotate | Download | only in src

Lines Matching refs:Feature

136 	      printf ("        No required feature\n");
138 printf (" Required feature index: %d\n",
142 printf (" %d feature(s) found in language system\n", num_features);
144 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
151 printf (" %d feature(s) found in table\n", num_features);
153 const Feature &feature = g.get_feature (n_feature);
154 int num_lookups = feature.get_lookup_count ();
155 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
158 printf (" %d lookup(s) found in feature\n", num_lookups);
161 feature.get_lookup_index (n_lookup));