Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dbase64mime.py64 def header_encode(header, charset='iso-8859-1', keep_eols=False, argument
95 if not keep_eols:
Dquoprimime.py114 def header_encode(header, charset="iso-8859-1", keep_eols=False, argument
147 if not keep_eols:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py2614 eq(he('hello\nworld', keep_eols=True),
2693 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')
Dtest_email.py2785 eq(he('hello\nworld', keep_eols=True),
2864 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')