Searched defs:ucp (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_json.c | 120 json_parse_string(const unsigned char **ucp, const unsigned char *ue) in json_parse_string() 172 json_parse_array(const unsigned char **ucp, const unsigned char *ue, in json_parse_array() 206 json_parse_object(const unsigned char **ucp, const unsigned char *ue, in json_parse_object() 262 json_parse_number(const unsigned char **ucp, const unsigned char *ue) in json_parse_number() 312 json_parse_const(const unsigned char **ucp, const unsigned char *ue, in json_parse_const() 329 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse()
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() 518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes() 1122 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV() local
|
H A D | pcre2_study.c | 782 BOOL ucp) in set_table_bit() 953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits() 1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV() local
|
H A D | pcre2_substitute.c | 239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute() local
|
H A D | pcre2_match.c | 619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match() local 6145 BOOL ucp = FALSE; in pcre2_match() local
|
H A D | pcre2_compile.c | 5322 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch() local 9642 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile() local
|
H A D | pcre2_jit_compile.c | 485 BOOL ucp; member
|
Completed in 88 milliseconds