Home
last modified time | relevance | path

Searched defs:FeatureList (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeatureList.java16 public class FeatureList class
22 public FeatureList() in FeatureList() method in FeatureList
/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h111 using FeatureList = std::vector<const Feature *>; variable
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvgsub.c557 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local
Dotvgpos.c991 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh1216 typedef RecordListOf<Feature> FeatureList; typedef