Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c2339 case OP_NOTPROP: in match()
2353 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2359 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2382 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2396 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2401 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2409 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2427 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()
2534 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2555 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
[all …]
Dpcre2_auto_possess.c419 case OP_NOTPROP: in get_chr_property_list()
804 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
808 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
1031 case OP_NOTPROP: in compare_opcodes()
1033 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
1216 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
1223 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
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_study.c310 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
330 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
336 case OP_NOTPROP: in find_minlength()
386 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
394 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
999 case OP_NOTPROP: in set_start_bits()
Dpcre2_printint.c479 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()
513 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
630 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.c5204 *code++ = OP_NOTPROP; in compile_branch()
6966 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7126 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
7343 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
8094 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
8101 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
Dpcre2_dfa_match.c807 case OP_NOTPROP: in internal_dfa_match()
1153 case OP_NOTPROP: in internal_dfa_match()
Dpcre2_internal.h1319 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
Dpcre2_jit_compile.c674 case OP_NOTPROP: in next_opcode()
1629 case OP_NOTPROP: in get_framesize()
4067 case OP_NOTPROP: in scan_prefix()
7454 case OP_NOTPROP: in compile_char1_matchingpath()
7457 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
10463 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