Home
last modified time | relevance | path

Searched defs:FeatureName (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh79 struct FeatureName struct
81 int cmp (hb_aat_layout_feature_type_t key) const in cmp()
84 enum {
98 unsigned int get_selector_infos (unsigned int start_offset, in get_selector_infos()
128 hb_aat_layout_feature_type_t get_feature_type () const in get_feature_type()
131 hb_ot_name_id_t get_feature_name_id () const { return nameIndex; } in get_feature_name_id()
133 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
141 HBUINT16 feature; /* Feature type. */
142 HBUINT16 nSettings; /* The number of records in the setting name array. */
144 settingTableZ; /* Offset in bytes from the beginning of this table to
[all …]
/external/clang/lib/Driver/
DTools.cpp699 const char *FeatureName = llvm::ARM::getArchExtFeature(Feature); in DecodeARMFeatures() local
1349 StringRef FeatureName) { in AddTargetFeature()