Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/ctype/tests/
H A Dctype_digit_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_error.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_print_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_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 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_punct_error.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dbug34645.phpt2 Bug #34645 (ctype corrupts memory when validating large numbers)
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_digit_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_variation3.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c32 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument
33 ((EncUNICODE_ISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
10752 ctype <= ONIGENC_MAX_STD_CTYPE && in onigenc_unicode_is_code_ctype()
10755 return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); in onigenc_unicode_is_code_ctype()
10758 if (ctype >= CODE_RANGES_NUM) { in onigenc_unicode_is_code_ctype()
10771 if (ctype >= CODE_RANGES_NUM) { in onigenc_unicode_ctype_code_range()
10777 *ranges = CodeRanges[ctype]; in onigenc_unicode_ctype_code_range()
10787 return onigenc_unicode_ctype_code_range(ctype, ranges); in onigenc_utf16_32_get_ctype_code_range()
10808 (st_data_t )pb->ctype); in init_name_ctype_table()
10820 hash_data_type ctype; in onigenc_unicode_property_name_to_ctype() local
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c556 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range()
785 return pb->ctype; in onigenc_minimum_property_name_to_ctype()
793 unsigned int ctype) in onigenc_mb2_is_code_ctype() argument
796 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb2_is_code_ctype()
798 if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) { in onigenc_mb2_is_code_ctype()
808 unsigned int ctype) in onigenc_mb4_is_code_ctype() argument
811 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb4_is_code_ctype()
813 if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) { in onigenc_mb4_is_code_ctype()

Completed in 65 milliseconds

123456