Home | History | Annotate | Download | only in src

Lines Matching refs:Feature

135 	      printf ("        No required feature\n");
137 printf (" Required feature index: %d\n",
141 printf (" %d feature(s) found in language system\n", num_features);
143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
150 printf (" %d feature(s) found in table\n", num_features);
152 const Feature &feature = g.get_feature (n_feature);
153 int num_lookups = feature.get_lookup_count ();
154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
157 printf (" %d lookup(s) found in feature\n", num_lookups);
160 feature.get_lookup_index (n_lookup));