Home
last modified time | relevance | path

Searched refs:OP_NOTPROP (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c236 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
256 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
262 case OP_NOTPROP: in find_minlength()
312 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
320 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
812 case OP_NOTPROP: in set_start_bits()
H A Dpcre_compile.c1882 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1890 case OP_NOTPROP: in find_fixedlength()
2118 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
2238 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
2525 case OP_NOTPROP: in could_be_empty_branch()
2563 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
3265 case OP_NOTPROP: in check_auto_possessive()
4568 *code++ = OP_NOTPROP; in compile_branch()
4895 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5513 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
[all …]
H A Dpcre_printint.src320 if (code[1] == OP_PROP || code[1] == OP_NOTPROP)
348 if (code[3] == OP_PROP || code[3] == OP_NOTPROP)
411 case OP_NOTPROP:
H A Dpcre_exec.c2527 case OP_NOTPROP: in match()
2541 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2547 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2570 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2577 == (op == OP_NOTPROP)) in match()
2585 == (op == OP_NOTPROP)) in match()
2592 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()
4047 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4049 prop_fail_result = ctype == OP_NOTPROP; in match()
H A DHACKING277 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
283 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
H A Dpcre_internal.h1906 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator

Completed in 61 milliseconds