OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature_indices
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
456
unsigned int
feature_indices
[32];
local
461
len = ARRAY_LENGTH (
feature_indices
);
467
feature_indices
);
472
feature_indices
[i],
476
} while (len == ARRAY_LENGTH (
feature_indices
));
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
482
unsigned int
feature_indices
[32];
local
487
len = ARRAY_LENGTH (
feature_indices
);
493
feature_indices
);
498
feature_indices
[i],
502
} while (len == ARRAY_LENGTH (
feature_indices
));
Completed in 54 milliseconds