Searched refs:OP_NOTPROP (Results 1 – 11 of 11) sorted by relevance
2340 case OP_NOTPROP: in match()2354 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()2360 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()2383 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()2397 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()2402 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()2410 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()2428 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()2535 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()2556 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()[all …]
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()
419 case OP_NOTPROP: in get_chr_property_list()812 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()816 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()1039 case OP_NOTPROP: in compare_opcodes()1041 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()1224 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()1231 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
311 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()331 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()337 case OP_NOTPROP: in find_minlength()387 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()395 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()1000 case OP_NOTPROP: in set_start_bits()
480 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()514 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()631 case OP_NOTPROP: in pcre2_printint()
382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
5488 *code++ = OP_NOTPROP; in compile_branch()7262 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()7422 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()7650 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()8402 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()8409 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
814 case OP_NOTPROP: in internal_dfa_match()1160 case OP_NOTPROP: in internal_dfa_match()
1353 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
860 case OP_NOTPROP: in next_opcode()1825 case OP_NOTPROP: in get_framesize()5215 case OP_NOTPROP: in scan_prefix()8724 case OP_NOTPROP: in compile_char1_matchingpath()8727 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()11868 case OP_NOTPROP: in compile_matchingpath()
541 OP_PROP and OP_NOTPROP are used for positive and negative matches of a551 three code units: OP_PROP or OP_NOTPROP, and then the desired property type and