HomeSort by relevance Sort by last modified time
    Searched refs:output_charset (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 111 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None):
124 Optional output_charset is the character set that the output should be
129 Both input_charset and output_charset must have Unicode codec entries in
136 CHARSETS[charset] = (header_enc, body_enc, output_charset)
190 output_charset: Some character sets must be converted before the can be
201 to the output_charset. If no conversion codec is necessary,
234 self.output_charset = ALIASES.get(conv, conv)
239 self.output_codec = CODEC_MAP.get(self.output_charset,
240 self.output_charset)
331 This is self.output_charset if that is not None, otherwise it i
    [all...]
message.py 239 charset.input_charset. It will be converted to charset.output_charset
264 self._payload = self._payload.encode(charset.output_charset)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 111 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None):
124 Optional output_charset is the character set that the output should be
129 Both input_charset and output_charset must have Unicode codec entries in
136 CHARSETS[charset] = (header_enc, body_enc, output_charset)
190 output_charset: Some character sets must be converted before the can be
201 to the output_charset. If no conversion codec is necessary,
234 self.output_charset = ALIASES.get(conv, conv)
239 self.output_codec = CODEC_MAP.get(self.output_charset,
240 self.output_charset)
331 This is self.output_charset if that is not None, otherwise it i
    [all...]
message.py 239 charset.input_charset. It will be converted to charset.output_charset
264 self._payload = self._payload.encode(charset.output_charset)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 236 def output_charset(self): member in class:NullTranslations
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 236 def output_charset(self): member in class:NullTranslations
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]

Completed in 62 milliseconds