/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodectype.c | 59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local 76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local 86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local 103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local 120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local 132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local 142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local 152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToUppercase() local 166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToLowercase() local 180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsAlpha() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodectype.c | 59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local 76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local 86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local 103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local 120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local 132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local 142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local 152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToUppercase() local 166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToLowercase() local 180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsAlpha() local
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regenc.h | 93 #define CTYPE_TO_BIT(ctype) (1<<(ctype)) argument 94 #define CTYPE_IS_WORD_GRAPH_PRINT(ctype) \ argument 101 int ctype; member 182 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument
|
D | regenc.c | 795 unsigned int ctype) in onigenc_mb2_is_code_ctype() 810 unsigned int ctype) in onigenc_mb4_is_code_ctype()
|
D | regparse.h | 251 int ctype; member 265 CtypeNode ctype; member
|
D | regparse.c | 2318 int ctype; member 3838 add_ctype_to_cc(CClassNode* cc, int ctype, int not, ScanEnv* env) in add_ctype_to_cc() 4031 int r, ctype; in parse_char_property() local 4341 int ctype; in parse_char_class() local
|
D | oniguruma.h | 301 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) argument 332 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbout,ranges) \ argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | ascii.c | 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
|
D | unicode.c | 32 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument 10748 onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype) in onigenc_unicode_is_code_ctype() 10769 onigenc_unicode_ctype_code_range(int ctype, const OnigCodePoint* ranges[]) in onigenc_unicode_ctype_code_range() 10783 onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in onigenc_utf16_32_get_ctype_code_range() 10820 hash_data_type ctype; in onigenc_unicode_property_name_to_ctype() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | MimeWriter.py | 128 def startbody(self, ctype, plist=[], prefix=1): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | message.py | 483 def set_default_type(self, ctype): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl_c.py | 258 def emit_function(self, name, ctype, args, attrs, union=True): argument 281 def emit_function(self, name, ctype, args, attrs, union=True): argument
|