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

  /external/smack/src/com/kenai/jbosh/
Attributes.java 39 static final BodyQName CHARSETS = BodyQName.createBOSH("charsets");
CMSessionParams.java 46 private final AttrCharsets charsets; field in class:CMSessionParams
76 charsets = aCharsets;
110 resp.getAttribute(Attributes.CHARSETS)),
170 return charsets;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 36 CHARSETS = {
97 # Map charsets to their Unicode codec strings.
136 CHARSETS[charset] = (header_enc, body_enc, output_charset)
205 # RFC 2046, $4.1.2 says charsets are not case sensitive. We coerce to
218 if not (input_charset in ALIASES or input_charset in CHARSETS):
227 henc, benc, conv = CHARSETS.get(self.input_charset,
388 multibyte charsets in email bodies, so this is usually pretty safe.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 36 CHARSETS = {
97 # Map charsets to their Unicode codec strings.
136 CHARSETS[charset] = (header_enc, body_enc, output_charset)
205 # RFC 2046, $4.1.2 says charsets are not case sensitive. We coerce to
218 if not (input_charset in ALIASES or input_charset in CHARSETS):
227 henc, benc, conv = CHARSETS.get(self.input_charset,
388 multibyte charsets in email bodies, so this is usually pretty safe.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 124 charsets = msg.get_charsets()
125 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
128 charsets = msg.get_charsets('dingbat')
129 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
133 charsets = msg.get_charsets()
134 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
    [all...]
test_email_renamed.py 124 charsets = msg.get_charsets()
125 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
128 charsets = msg.get_charsets('dingbat')
129 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
133 charsets = msg.get_charsets()
134 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 124 charsets = msg.get_charsets()
125 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
128 charsets = msg.get_charsets('dingbat')
129 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
133 charsets = msg.get_charsets()
134 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
    [all...]
test_email_renamed.py 124 charsets = msg.get_charsets()
125 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
128 charsets = msg.get_charsets('dingbat')
129 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
133 charsets = msg.get_charsets()
134 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
    [all...]

Completed in 368 milliseconds