Searched refs:decoded_word (Results 1 – 1 of 1) sorted by relevance
113 std::string decoded_word; in DecodeWord() local146 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word); in DecodeWord()174 output->swap(decoded_word); in DecodeWord()189 decoded_word = net::UnescapeURLComponent(encoded_word, in DecodeWord()191 if (decoded_word != encoded_word) in DecodeWord()194 if (base::IsStringUTF8(decoded_word)) { in DecodeWord()195 output->swap(decoded_word); in DecodeWord()