HomeSort by relevance Sort by last modified time
    Searched full:_charset (Results 1 - 17 of 17) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
25 _charset is the character set parameter added to the Content-Type
30 **{'charset': _charset})
31 self.set_payload(_text, _charset)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
25 _charset is the character set parameter added to the Content-Type
30 **{'charset': _charset})
31 self.set_payload(_text, _charset)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 176 self._charset = None
234 return self._charset
311 self._charset = v.split('charset=')[1]
329 if self._charset:
330 msgid1 = unicode(msgid1, self._charset)
331 tmsg = [unicode(x, self._charset) for x in tmsg]
335 if self._charset:
336 msg = unicode(msg, self._charset)
337 tmsg = unicode(tmsg, self._charset)
353 elif self._charset
    [all...]
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 176 self._charset = None
234 return self._charset
311 self._charset = v.split('charset=')[1]
329 if self._charset:
330 msgid1 = unicode(msgid1, self._charset)
331 tmsg = [unicode(x, self._charset) for x in tmsg]
335 if self._charset:
336 msg = unicode(msg, self._charset)
337 tmsg = unicode(tmsg, self._charset)
353 elif self._charset
    [all...]
mailbox.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
FileContentView.js 130 this._file.requestFileContent(true, 0, size, this._charset || "", this._fileContentReceived.bind(this, callback));
147 this._charset = charset;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbstring.h 135 static inline unsigned char *__cdecl _mbspbrk(unsigned char *_String,const unsigned char *_CharSet) { return ((unsigned char *)_mbspbrk((const unsigned char *)_String,_CharSet)); }
136 static inline unsigned char *__cdecl _mbspbrk_l(unsigned char *_String,const unsigned char *_CharSet,_locale_t _Locale) { return ((unsigned char *)_mbspbrk_l((const unsigned char *)_String,_CharSet,_Locale)); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 113 self._charset = None
247 self._charset = None
255 self._charset = charset
278 return self._charset
header.py 181 self._charset = charset
259 charset = self._charset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 113 self._charset = None
247 self._charset = None
255 self._charset = charset
278 return self._charset
header.py 181 self._charset = charset
259 charset = self._charset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 580 # 7bit data and the default us-ascii _charset
587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
595 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp')
    [all...]
test_email_renamed.py 523 # With no explicit _charset its us-ascii, and all are 7-bit
530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 580 # 7bit data and the default us-ascii _charset
587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
595 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp')
    [all...]
test_email_renamed.py 523 # With no explicit _charset its us-ascii, and all are 7-bit
530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1441 milliseconds