Lines Matching full:n_feature
142 for (int n_feature = 0; n_feature < num_features; n_feature++) {
143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
144 langsys.get_feature_index (n_feature));
151 for (int n_feature = 0; n_feature < num_features; n_feature++) {
152 const Feature &feature = g.get_feature (n_feature);
154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
155 HB_UNTAG(g.get_feature_tag(n_feature)));