Searched refs:collapse_rfc2231_value (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dutils.py8 'collapse_rfc2231_value',
322 def collapse_rfc2231_value(value, errors='replace',
313 def collapse_rfc2231_value(value, errors='replace', function
H A Dmessage.py82 # This is different than utils.collapse_rfc2231_value() because it doesn't
689 return utils.collapse_rfc2231_value(filename).strip()
702 return utils.collapse_rfc2231_value(boundary).rstrip()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dutils.py8 'collapse_rfc2231_value',
322 def collapse_rfc2231_value(value, errors='replace',
313 def collapse_rfc2231_value(value, errors='replace', function
H A Dmessage.py82 # This is different than utils.collapse_rfc2231_value() because it doesn't
689 return utils.collapse_rfc2231_value(filename).strip()
702 return utils.collapse_rfc2231_value(boundary).rstrip()

Completed in 260 milliseconds