/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | iso8859_11.c | 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 92 is_code_ctype,
|
H A D | iso8859_6.c | 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 92 is_code_ctype,
|
H A D | iso8859_8.c | 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 92 is_code_ctype,
|
H A D | iso8859_5.c | 131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 222 is_code_ctype,
|
H A D | iso8859_7.c | 139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 218 is_code_ctype,
|
H A D | iso8859_10.c | 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 235 is_code_ctype,
|
H A D | iso8859_13.c | 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 224 is_code_ctype,
|
H A D | iso8859_14.c | 148 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 237 is_code_ctype,
|
H A D | iso8859_16.c | 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 233 is_code_ctype,
|
H A D | iso8859_2.c | 210 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 231 is_code_ctype,
|
H A D | iso8859_3.c | 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 231 is_code_ctype,
|
H A D | iso8859_4.c | 150 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 233 is_code_ctype,
|
H A D | iso8859_9.c | 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 224 is_code_ctype,
|
H A D | iso8859_15.c | 152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 231 is_code_ctype,
|
H A D | sjis.c | 197 is_code_ctype(OnigCodePoint code, unsigned int ctype) 280 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 334 is_code_ctype,
|
H A D | iso8859_1.c | 247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 268 is_code_ctype,
|
H A D | euc_jp.c | 248 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() function 303 is_code_ctype,
|
H A D | oniguruma.h | 162 int (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype); member 303 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype)
|