Home | History | Annotate | Download | only in base

Lines Matching refs:enc_type

236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type,
239 if (enc_type == B_ENCODING) {
308 RFC2047EncodingType enc_type = Q_ENCODING;
331 enc_type = B_ENCODING;
336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp);