Searched refs:OP_PROP (Results 1 – 11 of 11) sorted by relevance
437 case OP_PROP: in get_chr_property_list()468 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()841 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()845 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()850 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()851 BOOL risprop = rightop == OP_PROP; in compare_opcodes()1067 case OP_PROP: in compare_opcodes()1259 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()1266 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
122 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
312 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop()513 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()547 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()663 case OP_PROP: in pcre2_printint()
323 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()342 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()348 case OP_PROP: in find_minlength()399 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()406 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()1080 case OP_PROP: in set_start_bits()
820 case OP_PROP: codevalue += OP_PROP_EXTRA; break; in internal_dfa_match()1166 case OP_PROP: in internal_dfa_match()1260 OK = codevalue != OP_PROP; in internal_dfa_match()1264 if (OK == (codevalue == OP_PROP)) { ADD_NEW(state_offset + 3, 0); } in internal_dfa_match()1532 OK = codevalue != OP_PROP; in internal_dfa_match()1536 if (OK == (d == OP_PROP)) in internal_dfa_match()1787 OK = codevalue != OP_PROP; in internal_dfa_match()1791 if (OK == (d == OP_PROP)) in internal_dfa_match()2068 OK = codevalue != OP_PROP; in internal_dfa_match()2072 if (OK == (d == OP_PROP)) in internal_dfa_match()
382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
7515 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()7674 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()7890 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()7962 *code++ = OP_PROP; in compile_branch()8655 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()8662 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
1389 OP_PROP, /* 16 \p (Unicode property) */ enumerator
2414 case OP_PROP: in match()2632 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
891 case OP_PROP: in next_opcode()1315 case OP_PROP: in detect_early_fail()2054 case OP_PROP: in get_framesize()5638 case OP_PROP: in scan_prefix()8851 case OP_PROP: in compile_char1_matchingpath()12132 case OP_PROP: in compile_matchingpath()
543 OP_PROP and OP_NOTPROP are used for positive and negative matches of a554 three code units: OP_PROP or OP_NOTPROP, and then the desired property type and