Home
last modified time | relevance | path

Searched defs:ucp (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c120 json_parse_string(const unsigned char **ucp, const unsigned char *ue) in json_parse_string()
171 json_parse_array(const unsigned char **ucp, const unsigned char *ue, in json_parse_array()
204 json_parse_object(const unsigned char **ucp, const unsigned char *ue, in json_parse_object()
255 json_parse_number(const unsigned char **ucp, const unsigned char *ue) in json_parse_number()
305 json_parse_const(const unsigned char **ucp, const unsigned char *ue, in json_parse_const()
322 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c308 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 Dpcre2_study.c782 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 Dpcre2_substitute.c239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute() local
H A Dpcre2_match.c619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match() local
6145 BOOL ucp = FALSE; in pcre2_match() local
H A Dpcre2_compile.c5322 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch() local
9642 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile() local
H A Dpcre2_jit_compile.c485 BOOL ucp; member

Completed in 118 milliseconds