Home
last modified time | relevance | path

Searched refs:OP_NOTPROP (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c122 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()
Dpcre2_auto_possess.c419 case OP_NOTPROP: in get_chr_property_list()
772 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
776 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
999 case OP_NOTPROP: in compare_opcodes()
1001 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
1184 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
1191 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
Dpcre2_study.c299 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
319 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
325 case OP_NOTPROP: in find_minlength()
375 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
383 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
956 case OP_NOTPROP: in set_start_bits()
Dpcre2_printint.c480 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()
Dpcre2_pattern_info.c361 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
Dpcre2_match.c2627 case OP_NOTPROP: in match()
2641 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2647 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2670 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2684 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2689 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2697 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()
2715 c >= 0xe000) == (op == OP_NOTPROP)) in match()
4233 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4235 prop_fail_result = ctype == OP_NOTPROP; in match()
Dpcre2_compile.c1092 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1100 case OP_NOTPROP: in find_fixedlength()
1593 case OP_NOTPROP: in could_be_empty_branch()
1649 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
1657 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2512 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
2519 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
4906 *code++ = OP_NOTPROP; in compile_branch()
5244 if (c == OP_PROP || c == OP_NOTPROP) in compile_branch()
5788 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
[all …]
Dpcre2_dfa_match.c666 case OP_NOTPROP: in internal_dfa_match()
1012 case OP_NOTPROP: in internal_dfa_match()
Dpcre2_internal.h1365 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
Dpcre2_jit_compile.c633 case OP_NOTPROP: in next_opcode()
1587 case OP_NOTPROP: in get_framesize()
3673 case OP_NOTPROP: in scan_prefix()
6366 case OP_NOTPROP: in compile_char1_matchingpath()
6369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
9369 case OP_NOTPROP: in compile_matchingpath()
/external/pcre/dist2/
DHACKING328 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
337 three code units: OP_PROP or OP_NOTPROP, and then the desired property type and