Home
last modified time | relevance | path

Searched refs:ParseFeature (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/lang_id/common/fel/
Dfel-parser.cc174 if (!ParseFeature(descriptor)) { in Parse()
183 bool FELParser::ParseFeature(FeatureFunctionDescriptor *result) { in ParseFeature() function in libtextclassifier3::mobile::FELParser
228 if (!ParseFeature(subfeature)) return false; in ParseFeature()
243 if (!ParseFeature(subfeature)) return false; in ParseFeature()
Dfel-parser.h75 bool ParseFeature(FeatureFunctionDescriptor *result);
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp208 ParseFeature(&raw[GetUInt16(sp)], &featureRec); in ParseFeatureList()
212 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeatureRecord* rec) { in ParseFeature() function in CFX_CTTGSUBTable
Dcfx_cttgsubtable.h126 void ParseFeature(FT_Bytes raw, TFeatureRecord* rec);