Lines Matching refs:GrFeatureParser
43 const char GrFeatureParser::FEAT_PREFIX = ':';
44 const char GrFeatureParser::FEAT_SEPARATOR = '&';
45 const char GrFeatureParser::FEAT_ID_VALUE_SEPARATOR = '=';
46 const std::string GrFeatureParser::ISO_LANG("lang");
48 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string lang) in GrFeatureParser() function in GrFeatureParser
55 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string features, const std::string lan… in GrFeatureParser() function in GrFeatureParser
128 void GrFeatureParser::setLang(gr::Font & font, const std::string & lang) in setLang()
159 GrFeatureParser::GrFeatureParser(const GrFeatureParser & aCopy) in GrFeatureParser() function in GrFeatureParser
165 GrFeatureParser::~GrFeatureParser() in ~GrFeatureParser()
169 size_t GrFeatureParser::getFontFeatures(gr::FeatureSetting settings[64]) const in getFontFeatures()
178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid()
196 bool GrFeatureParser::isCharId(const std::string & id, size_t offset, size_t length) in isCharId()
210 int GrFeatureParser::getCharId(const std::string & id, size_t offset, size_t length) in getCharId()
228 int GrFeatureParser::getIntValue(const std::string & id, size_t offset, size_t length) in getIntValue()
271 sal_Int32 GrFeatureParser::hashCode() const in hashCode()