Searched refs:is_rfc2047 (Results 1 – 1 of 1) sorted by relevance
272 bool* is_rfc2047, in DecodeWord() argument274 *is_rfc2047 = false; in DecodeWord()304 *is_rfc2047 = true; in DecodeWord()309 while (*is_rfc2047 && t.GetNext()) { in DecodeWord()314 *is_rfc2047 = false; in DecodeWord()327 *is_rfc2047 = false; in DecodeWord()336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp); in DecodeWord()337 if (!*is_rfc2047) { in DecodeWord()351 *is_rfc2047 = false; in DecodeWord()357 *is_rfc2047 = false; in DecodeWord()[all …]