Home
last modified time | relevance | path

Searched refs:ctype (Results 26 – 50 of 124) sorted by relevance

12345

/PHP-5.3/ext/ctype/tests/
H A Dctype_alnum_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_space_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_punct_basic.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_variation2.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.3/ext/ctype/
H A Dctype.c33 static PHP_MINFO_FUNCTION(ctype);
123 PHP_MINFO(ctype),
130 ZEND_GET_MODULE(ctype)
135 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
H A DCREDITS1 ctype
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dsjis.c168 sjis_is_code_ctype(OnigCodePoint code, unsigned int ctype) in sjis_is_code_ctype() argument
171 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in sjis_is_code_ctype()
173 if ((ctype & (ONIGENC_CTYPE_WORD | in sjis_is_code_ctype()
H A Deuc_jp.c159 eucjp_is_code_ctype(OnigCodePoint code, unsigned int ctype) in eucjp_is_code_ctype() argument
162 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in eucjp_is_code_ctype()
164 if ((ctype & (ONIGENC_CTYPE_WORD | in eucjp_is_code_ctype()
H A Dutf8.c3546 utf8_get_ctype_code_range(int ctype, in utf8_get_ctype_code_range() argument
3559 switch (ctype) { in utf8_get_ctype_code_range()
3612 utf8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in utf8_is_code_ctype() argument
3619 return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); in utf8_is_code_ctype()
3624 switch (ctype) { in utf8_is_code_ctype()
3680 if ((ctype & ONIGENC_CTYPE_WORD) != 0) { in utf8_is_code_ctype()
H A Deuc_tw.c84 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype() argument
86 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); in euctw_is_code_ctype()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregenc.c595 onigenc_not_support_get_ctype_code_range(int ctype, in onigenc_not_support_get_ctype_code_range() argument
850 unsigned int ctype) in onigenc_mb2_is_code_ctype() argument
853 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb2_is_code_ctype()
855 if ((ctype & (ONIGENC_CTYPE_WORD | in onigenc_mb2_is_code_ctype()
866 unsigned int ctype) in onigenc_mb4_is_code_ctype() argument
869 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb4_is_code_ctype()
871 if ((ctype & (ONIGENC_CTYPE_WORD | in onigenc_mb4_is_code_ctype()
902 onigenc_is_code_ctype(OnigEncoding enc, OnigCodePoint code, int ctype) in onigenc_is_code_ctype() argument
904 switch (ctype) { in onigenc_is_code_ctype()

Completed in 45 milliseconds

12345