Home
last modified time | relevance | path

Searched refs:OP_PROP (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()
255 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
261 case OP_PROP: in find_minlength()
312 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
319 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
822 case OP_PROP: 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()
1889 case OP_PROP: 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()
2524 case OP_PROP: in could_be_empty_branch()
2563 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
3262 case OP_PROP: in check_auto_possessive()
4895 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5512 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
6890 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; 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)
410 case OP_PROP:
H A Dpcre_exec.c2526 case OP_PROP: in match()
2552 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2557 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2562 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
2601 { if (op == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2603 { if (op == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
4047 if (ctype == OP_PROP || 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.h1907 OP_PROP, /* 16 \p (Unicode property) */ enumerator

Completed in 50 milliseconds