Home
last modified time | relevance | path

Searched refs:header_encode (Results 1 – 20 of 20) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dcharset.py279 def header_encode(self, string): member in Charset
296 return encoder_module.header_encode(header_bytes, codec)
319 encoder = partial(encoder_module.header_encode, charset=codec)
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dutils.py98 encoded_name = charset.header_encode(name)
/prebuilts/build-tools/common/py3-stdlib/email/
Dcharset.py274 def header_encode(self, string): member in Charset
291 return encoder_module.header_encode(header_bytes, codec)
314 encoder = partial(encoder_module.header_encode, charset=codec)
Dbase64mime.py59 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dutils.py96 encoded_name = charset.header_encode(name)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/email/
Dcharset.py279 def header_encode(self, string): member in Charset
296 return encoder_module.header_encode(header_bytes, codec)
319 encoder = partial(encoder_module.header_encode, charset=codec)
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dutils.py98 encoded_name = charset.header_encode(name)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dcharset.py279 def header_encode(self, string): member in Charset
296 return encoder_module.header_encode(header_bytes, codec)
319 encoder = partial(encoder_module.header_encode, charset=codec)
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dutils.py98 encoded_name = charset.header_encode(name)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dcharset.py279 def header_encode(self, string): member in Charset
296 return encoder_module.header_encode(header_bytes, codec)
319 encoder = partial(encoder_module.header_encode, charset=codec)
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dutils.py98 encoded_name = charset.header_encode(name)