Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c167 *ucp = uc; in json_parse_string()
175 *ucp = uc; in json_parse_string()
204 *ucp = uc + 1; in json_parse_array()
212 *ucp = uc; in json_parse_array()
258 *ucp = uc; in json_parse_object()
262 *ucp = uc - 1; in json_parse_object()
268 *ucp = uc; in json_parse_object()
320 *ucp = uc; in json_parse_number()
333 if (*ucp > ue) in json_parse_const()
334 *ucp = ue; in json_parse_const()
[all …]
/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() argument
338 (void)ucp; in get_chr_property_list()
418 if (chr < 128 || (chr < 256 && !utf && !ucp)) in get_chr_property_list()
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes() argument
702 if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end, in compare_opcodes()
719 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes()
1146 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV() local
1158 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV()
1161 if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end, in PRIV()
1218 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
[all …]
H A Dpcre2_study.c785 BOOL ucp) in set_table_bit() argument
790 (void)ucp; in set_table_bit()
820 if (utf || ucp) in set_table_bit()
1214 rc = set_start_bits(re, tcode, utf, ucp, depthptr); in set_start_bits()
1270 rc = set_start_bits(re, ++tcode, utf, ucp, depthptr); in set_start_bits()
1301 tcode = set_table_bit(re, tcode + 1, TRUE, utf, ucp); in set_start_bits()
1327 (void)set_table_bit(re, tcode + 1, FALSE, utf, ucp); in set_start_bits()
1338 (void)set_table_bit(re, tcode + 1, TRUE, utf, ucp); in set_start_bits()
1767 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV() local
1781 int rc = set_start_bits(re, code, utf, ucp, &depth); in PRIV()
[all …]
H A Dpcre2_substitute.c239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute() local
784 if (utf || ucp) in pcre2_substitute()
886 if (utf || ucp) in pcre2_substitute()
H A Dpcre2_match.c634 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match() local
1078 else if (ucp) in match()
1141 else if (ucp) in match()
1389 if (ucp && !utf && Lc > 127) Loc = UCD_OTHERCASE(Lc); in match()
1396 if ((utf || ucp) && Lc > 127) Loc = UCD_OTHERCASE(Lc); in match()
1629 if ((utf || ucp) && Lc > 127) in match()
6573 BOOL ucp = FALSE; in pcre2_match() local
6653 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
7103 if (first_cu > 127 && ucp && !utf) first_cu2 = UCD_OTHERCASE(first_cu); in pcre2_match()
7125 if (req_cu > 127 && ucp && !utf) req_cu2 = UCD_OTHERCASE(req_cu); in pcre2_match()
[all …]
H A Dpcre2_compile.c5679 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch() local
5930 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5969 if ((utf || ucp) && c > 127) d = UCD_OTHERCASE(c); else in compile_branch()
8235 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
10419 ucp = (cb.external_options & PCRE2_UCP) != 0; in pcre2_compile()
10420 if (ucp && (cb.external_options & PCRE2_NEVER_UCP) != 0) in pcre2_compile()
10843 if (firstcu < 128 || (!utf && !ucp && firstcu < 255)) in pcre2_compile()
10857 else if ((utf || ucp) && firstcu <= MAX_UTF_CODE_POINT && in pcre2_compile()
10910 if (reqcu < 128 || (!utf && !ucp && reqcu < 255)) in pcre2_compile()
10916 else if (ucp && !utf && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()
[all …]
H A Dpcre2_jit_compile.c514 BOOL ucp; member
3638 if (common->utf || common->ucp) in char_has_othercase()
3662 if ((common->utf || common->ucp) && c > 127) in char_othercase()
3677 if (common->utf || common->ucp) in char_get_othercase_bit()
5953 if (common->ucp && chr > 127) in scan_prefix()
6388 if (first_char > 127 && (common->utf || common->ucp)) in fast_forward_first_char()
6670 if (req_char > 127 && (common->utf || common->ucp)) in search_requested_char()
6799 SLJIT_UNUSED_ARG(ucp); in check_wordboundary()
6839 if (ucp) in check_wordboundary()
6878 if (ucp) in check_wordboundary()
[all …]

Completed in 136 milliseconds