Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c2340 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 …]
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()
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()
Dpcre2_study.c311 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()
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.c382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
Dpcre2_compile.c5488 *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()
Dpcre2_dfa_match.c814 case OP_NOTPROP: in internal_dfa_match()
1160 case OP_NOTPROP: in internal_dfa_match()
Dpcre2_internal.h1353 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
Dpcre2_jit_compile.c860 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()
/external/pcre/dist2/
DHACKING541 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
551 three code units: OP_PROP or OP_NOTPROP, and then the desired property type and