Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dnet_util.cc236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, in DecodeBQEncoding() argument
239 if (enc_type == B_ENCODING) { in DecodeBQEncoding()
308 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord() local
331 enc_type = B_ENCODING; in DecodeWord()
336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp); in DecodeWord()