Home
last modified time | relevance | path

Searched defs:charset (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dheader.py145 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
Dcharset.py108 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument
145 def add_codec(charset, codecname): argument
Dbase64mime.py64 def header_encode(header, charset='iso-8859-1', keep_eols=False, argument
Dmessage.py218 def set_payload(self, payload, charset=None): argument
228 def set_charset(self, charset): argument
572 charset=None, language=''): argument
Dquoprimime.py114 def header_encode(header, charset="iso-8859-1", keep_eols=False, argument
Dutils.py242 def encode_rfc2231(s, charset=None, language=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_compile.py178 def _compile_charset(charset, flags, code, fixup=None): argument
207 def _optimize_charset(charset, fixup): argument
301 def _optimize_unicode(charset, fixup): argument
Dgettext.py233 def charset(self): member in NullTranslations
239 def set_output_charset(self, charset): argument
Dimaplib.py616 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/
Dcjkcodecs.h53 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.c306 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/
Dcjkcodecs.h53 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.c306 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/
Dsre_compile.py228 def _compile_charset(charset, flags, code, fixup=None, fixes=None): argument
256 def _optimize_charset(charset, fixup, fixes, isunicode): argument
Dgettext.py235 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.c1510 SRE_CODE* charset = NULL; in SRE_SEARCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c1510 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.c1523 SRE_CODE* charset = NULL; in SRE_SEARCH() local