/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | header.py | 145 def __init__(self, s=None, charset=None, argument 233 def append(self, s, charset=None, errors='strict'): argument 288 def _split(self, s, charset, maxlinelen, splitchars): argument 334 def _split_ascii(self, s, charset, firstlen, splitchars): argument 488 def _binsplit(splittable, charset, maxlinelen): argument
|
D | charset.py | 108 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument 145 def add_codec(charset, codecname): argument
|
D | base64mime.py | 64 def header_encode(header, charset='iso-8859-1', keep_eols=False, argument
|
D | message.py | 218 def set_payload(self, payload, charset=None): argument 228 def set_charset(self, charset): argument 572 charset=None, language=''): argument
|
D | quoprimime.py | 114 def header_encode(header, charset="iso-8859-1", keep_eols=False, argument
|
D | utils.py | 242 def encode_rfc2231(s, charset=None, language=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | sre_compile.py | 178 def _compile_charset(charset, flags, code, fixup=None): argument 207 def _optimize_charset(charset, fixup): argument 301 def _optimize_unicode(charset, fixup): argument
|
D | gettext.py | 233 def charset(self): member in NullTranslations 239 def set_output_charset(self, charset): argument
|
D | imaplib.py | 616 def search(self, charset, *criteria): argument 688 def sort(self, sort_criteria, charset, *search_criteria): argument 733 def thread(self, threading_algorithm, charset, *search_criteria): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 53 const char *charset; member 165 #define TRYMAP_ENC_COND(charset, assi, uni) \ argument 167 #define TRYMAP_ENC(charset, assi, uni) \ argument 174 #define TRYMAP_DEC(charset, assi, c1, c2) \ argument 183 #define TRYMAP_ENC_MPLANE(charset, assplane, asshi, asslo, uni) \ argument 186 #define TRYMAP_DEC_MPLANE(charset, assi, plane, c1, c2) \ argument 348 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument
|
D | _codecs_iso2022.c | 306 unsigned char charset, designation; in iso2022processesc() local 486 unsigned char charset; in DECODER() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 53 const char *charset; member 165 #define TRYMAP_ENC_COND(charset, assi, uni) \ argument 167 #define TRYMAP_ENC(charset, assi, uni) \ argument 174 #define TRYMAP_DEC(charset, assi, c1, c2) \ argument 183 #define TRYMAP_ENC_MPLANE(charset, assplane, asshi, asslo, uni) \ argument 186 #define TRYMAP_DEC_MPLANE(charset, assi, plane, c1, c2) \ argument 348 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument
|
D | _codecs_iso2022.c | 306 unsigned char charset, designation; in iso2022processesc() local 486 unsigned char charset; in DECODER() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | sre_compile.py | 228 def _compile_charset(charset, flags, code, fixup=None, fixes=None): argument 256 def _optimize_charset(charset, fixup, fixes, isunicode): argument
|
D | gettext.py | 235 def charset(self): member in NullTranslations 241 def set_output_charset(self, charset): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | _sre.c | 1510 SRE_CODE* charset = NULL; in SRE_SEARCH() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _sre.c | 1510 SRE_CODE* charset = NULL; in SRE_SEARCH() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | _sre.c | 1523 SRE_CODE* charset = NULL; in SRE_SEARCH() local
|