OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_feature
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
main.cc
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
[
all
...]
/external/harfbuzz_ng/src/
main.cc
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
[
all
...]
/external/chromium_org/third_party/libxml/src/
testapi.c
13193
int
n_feature
;
local
[
all
...]
Completed in 177 milliseconds