Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c114 if (c == x) return !negated; in PRIV()
153 return !negated; in PRIV()
173 return !negated; in PRIV()
191 return !negated; in PRIV()
200 return !negated; in PRIV()
208 return !negated; in PRIV()
213 return !negated; in PRIV()
219 return !negated; in PRIV()
246 return !negated; in PRIV()
259 return !negated; in PRIV()
[all …]
H A Dpcre2_auto_possess.c200 BOOL negated) in check_char_prop() argument
211 prop->chartype == ucp_Lt) == negated; in check_char_prop()
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
217 return (pdata == prop->chartype) == negated; in check_char_prop()
220 return (pdata == prop->script) == negated; in check_char_prop()
225 return ok == negated; in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
243 return negated; in check_char_prop()
253 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
259 if (c < *p) return !negated; in check_char_prop()
[all …]
H A Dpcre2_compile.c3156 BOOL negated; in parse_regex() local
3158 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3160 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3703 BOOL negated; in parse_regex() local
3705 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3707 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
H A Dpcre2_jit_compile.c4116 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type() argument
4132 if (negated) in read_char7_type()
4153 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type() argument
4165 SLJIT_UNUSED_ARG(negated); in read_char8_type()
4177 if (!negated) in read_char8_type()
4219 if (common->invalid_utf && negated) in read_char8_type()
4234 if (common->utf && negated) in read_char8_type()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c442 sljit_s32 negated; in logical_imm() local
473 negated = 0; in logical_imm()
475 negated = 1; in logical_imm()
499 if (negated) in logical_imm()

Completed in 106 milliseconds