Searched refs:enc_type (Results 1 – 1 of 1) sorted by relevance
236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, in DecodeBQEncoding() argument239 if (enc_type == B_ENCODING) { in DecodeBQEncoding()308 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord() local331 enc_type = B_ENCODING; in DecodeWord()336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp); in DecodeWord()