HomeSort by relevance Sort by last modified time
    Searched refs:n_feature (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
main.cc 139 for (int n_feature = 0; n_feature < num_features; n_feature++) {
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
141 langsys.get_feature_index (n_feature));
148 for (int n_feature = 0; n_feature < num_features; n_feature++) {
149 const Feature &feature = g.get_feature (n_feature);
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features
    [all...]
  /external/harfbuzz_ng/src/
main.cc 139 for (int n_feature = 0; n_feature < num_features; n_feature++) {
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
141 langsys.get_feature_index (n_feature));
148 for (int n_feature = 0; n_feature < num_features; n_feature++) {
149 const Feature &feature = g.get_feature (n_feature);
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 13193 int n_feature; local
    [all...]

Completed in 50 milliseconds