/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | iso8859_11.c | 32 #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 D | iso8859_6.c | 32 #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 D | iso8859_8.c | 32 #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 D | iso8859_1.c | 32 #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 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 107 int ctype; member 236 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument
|
H A D | iso8859_10.c | 33 #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 D | iso8859_13.c | 33 #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 D | iso8859_14.c | 33 #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 D | iso8859_15.c | 33 #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 D | iso8859_16.c | 33 #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 D | iso8859_2.c | 33 #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 D | iso8859_3.c | 33 #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 D | iso8859_4.c | 33 #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 D | koi8.c | 33 #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 D | koi8_r.c | 33 #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 D | cp1251.c | 34 #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 D | iso8859_5.c | 33 #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 D | iso8859_7.c | 33 #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 D | iso8859_9.c | 33 #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 D | unicode.c | 32 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument 81 int ctype; member 142 onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype) in onigenc_unicode_is_code_ctype() 165 onigenc_unicode_ctype_code_range(int ctype, const OnigCodePoint* ranges[]) in onigenc_unicode_ctype_code_range() 182 onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in onigenc_utf16_32_get_ctype_code_range()
|
H A D | ascii.c | 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
|
H A D | euc_jp.c | 248 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() 271 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
|
H A D | sjis.c | 280 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() 303 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, in get_ctype_code_range()
|
H A D | euc_tw.c | 117 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
|
/PHP-7.2/ext/ctype/ |
H A D | ctype.c | 135 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
|