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

  /external/pcre/dist2/src/
pcre2_find_bracket.c 83 if (c == OP_XCLASS) code += GET(code, 1);
pcre2_auto_possess.c 456 case OP_XCLASS:
457 if (c == OP_XCLASS)
695 case OP_XCLASS:
1018 case OP_XCLASS:
    [all...]
pcre2_printint.c 635 /* OP_XCLASS cannot occur in 8-bit, non-UTF mode. However, there's no harm
641 case OP_XCLASS:
651 if (*code == OP_XCLASS)
705 if (*code == OP_XCLASS)
pcre2_pattern_info.c 366 case OP_XCLASS:
pcre2_study.c 392 case OP_XCLASS:
395 if (op == OP_XCLASS)
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c 797 case OP_XCLASS:
986 case OP_XCLASS:
987 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR)));
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]

Completed in 77 milliseconds