Home
last modified time | relevance | path

Searched refs:ctype (Results 76 – 100 of 124) sorted by relevance

12345

/PHP-5.3/ext/ctype/tests/
H A Dctype_xdigit_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_punct_variation2.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_punct_variation3.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dbug25745.phpt2 Bug #25745 (ctype functions fail with non-ascii characters)
H A D001.phpt2 ctype on integers
H A Dctype_cntrl_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_punct_variation1.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_variation2.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.3/win32/
H A Dphp_modules.dsw18 Project: "ctype"=..\ext\ctype\ctype.dsp - Package Owner=<4>
/PHP-5.3/ext/mbstring/oniguruma/
H A Doniguruma.h173 int (*is_code_ctype)(OnigCodePoint code, unsigned int ctype);
174 …int (*get_ctype_code_range)(int ctype, const OnigCodePoint* sb_range[], const OnigCodePoint* mb…
298 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbr,mbr) \ argument
315 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) \ argument
316 onigenc_is_code_ctype(enc,code,ctype)
343 int onigenc_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, int ctype));
382 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) argument
413 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbr,mbr) \ argument
414 (enc)->get_ctype_code_range(ctype,sbr,mbr)

Completed in 32 milliseconds

12345