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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c237 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2;
257 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
263 case OP_NOTPROP:
313 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2;
321 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2;
857 case OP_NOTPROP:
886 point in recognizing them for OP_NOTPROP. */
H A Dpcre_printint.c495 if (code[1] == OP_PROP || code[1] == OP_NOTPROP)
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
632 case OP_NOTPROP:
H A Dpcre_compile.c731 between adjacent Unicode property opcodes (OP_PROP and OP_NOTPROP). The
778 between adjacent Unicode property opcodes (OP_PROP and OP_NOTPROP) when one
1863 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP)
1871 case OP_NOTPROP:
2104 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2;
2111 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
2221 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2;
2228 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
2543 case OP_NOTPROP:
2600 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) cod
[all...]
H A Dpcre_exec.c2542 case OP_NOTPROP:
2556 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2599 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2604 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH);
2612 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP))
2630 c >= 0xe000) == (op == OP_NOTPROP))
4136 if (ctype == OP_PROP || ctype == OP_NOTPROP)
4138 prop_fail_result = ctype == OP_NOTPROP;
[all...]
H A Dpcre_dfa_exec.c723 case OP_NOTPROP:
1067 case OP_NOTPROP:
1316 OP_TYPEPLUS has OP_PROP, OP_NOTPROP, OP_ANYNL, or OP_EXTUNI as its
H A Dpcre_jit_compile.c606 case OP_NOTPROP:
1348 case OP_NOTPROP:
3371 case OP_NOTPROP:
5365 case OP_NOTPROP:
5368 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP;
7897 case OP_NOTPROP:
8251 case OP_NOTPROP:

Completed in 200 milliseconds