Home
last modified time | relevance | path

Searched refs:output_charset (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dcharset.py108 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument
133 CHARSETS[charset] = (header_enc, body_enc, output_charset)
230 self.output_charset = ALIASES.get(conv, conv)
235 self.output_codec = CODEC_MAP.get(self.output_charset,
236 self.output_charset)
330 return self.output_charset or self.input_charset
Dmessage.py262 self._payload = self._payload.encode(charset.output_charset)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py238 def output_charset(self): member in NullTranslations
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgettext.py236 def output_charset(self): member in NullTranslations
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email.py1087 eq(msg.get_charset().output_charset, 'utf-8')