HomeSort by relevance Sort by last modified time
    Searched full:_charset (Results 1 - 19 of 19) 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...]
  /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)); }
  /external/pdfium/public/
fpdf_sysfontinfo.h 200 int charset; // Character Set Enum value, see FXFONT_*_CHARSET above.
  /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
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 131 private String _charset; field in class:AbstractHttpConnection
783 _charset=null;
891 _charset=MimeTypes.getCharsetFromContentType(value);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
request.py 108 _charset = None variable in class:BaseRequest
192 if self._charset is None:
196 self._charset = charset
197 return self._charset
    [all...]
  /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 2285 milliseconds