Home
last modified time | relevance | path

Searched refs:n_feature (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc149 for (int n_feature = 0; n_feature < num_features; n_feature++) in main() local
151 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, in main()
152 langsys.get_feature_index (n_feature)); in main()
159 for (int n_feature = 0; n_feature < num_features; n_feature++) in main() local
161 const Feature &feature = g.get_feature (n_feature); in main()
163 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, in main()
164 HB_UNTAG(g.get_feature_tag(n_feature))); in main()
/external/libxml2/
Dtestapi.c13267 int n_feature; in test_xmlHasFeature() local
13269 for (n_feature = 0;n_feature < gen_nb_xmlFeature;n_feature++) { in test_xmlHasFeature()
13271 feature = gen_xmlFeature(n_feature, 0); in test_xmlHasFeature()
13276 des_xmlFeature(n_feature, feature, 0); in test_xmlHasFeature()
13282 printf(" %d", n_feature); in test_xmlHasFeature()