Searched refs:OP_NOTPROP (Results 1 – 8 of 8) sorted by relevance
242 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()262 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()268 case OP_NOTPROP: in find_minlength()318 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()326 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()899 case OP_NOTPROP: in set_start_bits()
495 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre_printint()529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()632 case OP_NOTPROP: in pcre_printint()
1889 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()1897 case OP_NOTPROP: in find_fixedlength()2130 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()2137 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()2275 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()2282 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()2592 case OP_NOTPROP: in could_be_empty_branch()2649 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()2657 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()3026 case OP_NOTPROP: in get_chr_property_list()[all …]
2549 case OP_NOTPROP: in match()2563 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()2569 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()2606 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()2611 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()2619 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()2637 c >= 0xe000) == (op == OP_NOTPROP)) in match()4143 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()4145 prop_fail_result = ctype == OP_NOTPROP; in match()
298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a 307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
723 case OP_NOTPROP: in internal_dfa_exec()1067 case OP_NOTPROP: in internal_dfa_exec()
1906 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
602 case OP_NOTPROP: in next_opcode()1357 case OP_NOTPROP: in get_framesize()3427 case OP_NOTPROP: in scan_prefix()5417 case OP_NOTPROP: in compile_char1_matchingpath()5420 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()7956 case OP_NOTPROP: in compile_iterator_matchingpath()8310 case OP_NOTPROP: in compile_matchingpath()