Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c127 json_parse_string(const unsigned char **ucp, const unsigned char *ue, in json_parse_string()
180 json_parse_array(const unsigned char **ucp, const unsigned char *ue, in json_parse_array()
217 json_parse_object(const unsigned char **ucp, const unsigned char *ue, in json_parse_object()
274 json_parse_number(const unsigned char **ucp, const unsigned char *ue, in json_parse_number()
326 json_parse_const(const unsigned char **ucp, const unsigned char *ue, in json_parse_const()
346 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1146 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV() local
H A Dpcre2_study.c785 BOOL ucp) in set_table_bit()
956 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
1767 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.c634 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match() local
6573 BOOL ucp = FALSE; in pcre2_match() local
H A Dpcre2_compile.c5679 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch() local
10128 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile() local
H A Dpcre2_jit_compile.c514 BOOL ucp; member
6785 static void check_wordboundary(compiler_common *common, BOOL ucp) in check_wordboundary()

Completed in 95 milliseconds