Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_6.c32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_11.c32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_8.c32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_1.c32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument
247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_13.c33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_14.c33 #define ENC_IS_ISO_8859_14_CTYPE(code,ctype) \ argument
148 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_15.c33 #define ENC_IS_ISO_8859_15_CTYPE(code,ctype) \ argument
152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_16.c33 #define ENC_IS_ISO_8859_16_CTYPE(code,ctype) \ argument
147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_2.c33 #define ENC_IS_ISO_8859_2_CTYPE(code,ctype) \ argument
210 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_3.c33 #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_4.c33 #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \ argument
150 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dcp1251.c34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ argument
119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype()
H A Diso8859_10.c33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ argument
147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_5.c33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ argument
131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_7.c33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument
139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_9.c33 #define ENC_IS_ISO_8859_9_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dkoi8.c33 #define ENC_IS_KOI8_CTYPE(code,ctype) \ argument
138 koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_is_code_ctype()
H A Dkoi8_r.c33 #define ENC_IS_KOI8_R_CTYPE(code,ctype) \ argument
131 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_r_is_code_ctype()
H A Deuc_jp.c210 hash_data_type ctype; in property_name_to_ctype() local
222 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
247 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
H A Dsjis.c244 hash_data_type ctype; in property_name_to_ctype() local
256 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
281 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
H A Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
H A 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
H A Deuc_tw.c78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
/PHP-5.5/ext/mbstring/oniguruma/
H A 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
/PHP-5.5/ext/ctype/
H A Dctype.c135 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument

Completed in 92 milliseconds

12