Searched defs:is_rfc2047 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dnet_util.cc272 bool* is_rfc2047,
274 *is_rfc2047 = false;
304 *is_rfc2047 = true;
309 while (*is_rfc2047 && t.GetNext()) {
314 *is_rfc2047 = false;
327 *is_rfc2047 = false;
336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp);
337 if (!*is_rfc2047) {
351 *is_rfc2047 = false;
357 *is_rfc2047
270 DecodeWord(const std::string& encoded_word, const std::string& referrer_charset, bool* is_rfc2047, std::string* output) argument
[all...]

Completed in 173 milliseconds