Searched defs:FeatureList (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gpos.h71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
H A Dharfbuzz-gsub.h80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.h71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
H A Dharfbuzz-gsub.h80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp176 std::vector<Record*> FeatureList = local
179 if (FeatureList.empty())
182 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
191 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
193 Record *Feature = FeatureList[i];
255 const std::vector<Record*> &FeatureList = local
263 if (FeatureList.empty()) {
266 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
267 OS << Target << "::" << FeatureList[
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
211 IndexArray featureIndex; /* Array of indices into the FeatureList */
268 * beginning of the FeatureList table! Now, that is dealt with in the
290 * offset from the beginning of the FeatureList table, rather than from the
493 * FeatureParams subtable from the beginning of the FeatureList table!
539 typedef RecordListOf<Feature> FeatureList; typedef in namespace:OT

Completed in 216 milliseconds