Searched refs:OP_XCLASS (Results 1 - 9 of 9) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_find_bracket.c83 if (c == OP_XCLASS) code += GET(code, 1);
H A Dpcre2_auto_possess.c456 case OP_XCLASS:
457 if (c == OP_XCLASS)
695 case OP_XCLASS:
1018 case OP_XCLASS:
1123 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)
1126 if (c == OP_XCLASS)
1200 case OP_XCLASS:
H A Dpcre2_printint.c635 /* 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)
H A Dpcre2_pattern_info.c366 case OP_XCLASS:
H A Dpcre2_study.c392 case OP_XCLASS:
395 if (op == OP_XCLASS)
1399 case OP_XCLASS:
1434 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else
H A Dpcre2_compile.c1131 case OP_XCLASS:
1134 if (op == OP_XCLASS)
1549 case OP_XCLASS:
2491 if (c == OP_XCLASS) code += GET(code, 1);
3902 /* Helper variables for OP_XCLASS opcode (for characters > 255). We define
4484 explicit range is needed for OP_XCLASS. Setting a flag here causes
4485 the range to be generated later when it is known that OP_XCLASS is
5015 *code++ = OP_XCLASS;
5381 *previous == OP_XCLASS ||
5817 case OP_XCLASS
[all...]
H A Dpcre2_jit_compile.c797 case OP_XCLASS:
986 case OP_XCLASS:
987 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR)));
1424 case OP_XCLASS:
1638 case OP_XCLASS:
1884 case OP_XCLASS:
1885 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR);
2097 case OP_XCLASS:
2098 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR);
3620 case OP_XCLASS
[all...]
H A Dpcre2_dfa_match.c2449 case OP_XCLASS:
2458 if (codevalue != OP_XCLASS)
H A Dpcre2_match.c3213 case OP_XCLASS:

Completed in 103 milliseconds