Searched refs:typeCharset (Results 1 – 1 of 1) sorted by relevance
61 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getContentType() local64 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType()101 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getPreferredContentType() local103 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType()105 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType()175 auto typeCharset = char_("a-zA-Z.+-"); in getPreferredEncoding() local176 auto encodeType = knownAcceptEncoding | omit[+typeCharset]; in getPreferredEncoding()