HomeSort by relevance Sort by last modified time
    Searched refs:OP_NOTPROP (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/
pcre2_find_bracket.c 122 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2;
129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
pcre2_auto_possess.c 96 between adjacent Unicode property opcodes (OP_PROP and OP_NOTPROP). The
141 between adjacent Unicode property opcodes (OP_PROP and OP_NOTPROP) when one
419 case OP_NOTPROP:
772 if (leftop == OP_PROP || leftop == OP_NOTPROP)
776 else if (rightop == OP_PROP || rightop == OP_NOTPROP)
999 case OP_NOTPROP:
1001 list_ptr[0] == OP_NOTPROP))
    [all...]
pcre2_study.c 299 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2;
319 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
325 case OP_NOTPROP:
375 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2;
383 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2;
956 case OP_NOTPROP:
985 point in recognizing them for OP_NOTPROP. */
    [all...]
pcre2_printint.c 480 if (code[1] == OP_PROP || code[1] == OP_NOTPROP)
514 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
631 case OP_NOTPROP:
pcre2_pattern_info.c 361 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2;
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_dfa_match.c 666 case OP_NOTPROP:
    [all...]
pcre2_jit_compile.c 633 case OP_NOTPROP:
    [all...]

Completed in 476 milliseconds