Home
last modified time | relevance | path

Searched refs:ctype (Results 51 – 75 of 122) sorted by relevance

12345

/PHP-7.2/ext/ctype/tests/
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_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_punct_variation4.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dbug34645.phpt2 Bug #34645 (ctype corrupts memory when validating large numbers)
H A Dctype_punct_error.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_variation3.phpt9 * Source code: ext/ctype/ctype.c
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_tw.c117 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype() argument
119 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); in euctw_is_code_ctype()
H A Dbig5.c112 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype() argument
114 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype); in big5_is_code_ctype()
H A Deuc_kr.c111 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype() argument
113 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype); in euckr_is_code_ctype()
H A Dregenc.c581 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
837 return pb->ctype; in onigenc_minimum_property_name_to_ctype()
845 unsigned int ctype) in onigenc_mb2_is_code_ctype() argument
848 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb2_is_code_ctype()
850 if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) { in onigenc_mb2_is_code_ctype()
860 unsigned int ctype) in onigenc_mb4_is_code_ctype() argument
863 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb4_is_code_ctype()
865 if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) { in onigenc_mb4_is_code_ctype()

Completed in 28 milliseconds

12345