Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c59 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/
Dunicodectype.c59 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/
Dregenc.h93 #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
Dregenc.c795 unsigned int ctype) in onigenc_mb2_is_code_ctype()
810 unsigned int ctype) in onigenc_mb4_is_code_ctype()
Dregparse.h251 int ctype; member
265 CtypeNode ctype; member
Dregparse.c2318 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
Doniguruma.h301 #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/
Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
Dunicode.c32 #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/
DMimeWriter.py128 def startbody(self, ctype, plist=[], prefix=1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py483 def set_default_type(self, ctype): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl_c.py258 def emit_function(self, name, ctype, args, attrs, union=True): argument
281 def emit_function(self, name, ctype, args, attrs, union=True): argument