Searched refs:typeCharset (Results 1 – 1 of 1) sorted by relevance
59 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getContentType() local62 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType()98 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getPreferredContentType() local100 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType()102 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType()172 auto typeCharset = char_("a-zA-Z.+-"); in getPreferredEncoding() local173 auto encodeType = knownAcceptEncoding | omit[+typeCharset]; in getPreferredEncoding()