Home
last modified time | relevance | path

Searched refs:OP_DIGIT (Results 1 – 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c385 case OP_DIGIT: in get_chr_property_list()
781 case OP_DIGIT: in compare_opcodes()
989 case OP_DIGIT: in compare_opcodes()
Dpcre2_study.c354 case OP_DIGIT: in find_minlength()
1338 case OP_DIGIT: in set_start_bits()
1467 case OP_DIGIT: in set_start_bits()
Dpcre2_dfa_match.c1083 case OP_DIGIT: in internal_dfa_match()
1292 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1323 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1353 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1381 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1410 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
Dpcre2_match.c2266 case OP_DIGIT: in match()
3090 case OP_DIGIT: in match()
3357 case OP_DIGIT: in match()
3848 case OP_DIGIT: in match()
3992 case OP_DIGIT: in match()
4529 case OP_DIGIT: in match()
4791 case OP_DIGIT: in match()
Dpcre2_internal.h1378 OP_DIGIT, /* 7 \d */ enumerator
Dpcre2_jit_compile.c883 case OP_DIGIT: in next_opcode()
1290 case OP_DIGIT: in detect_early_fail()
2045 case OP_DIGIT: in get_framesize()
5593 case OP_DIGIT: in scan_prefix()
8743 case OP_DIGIT: in compile_char1_matchingpath()
8755 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
12123 case OP_DIGIT: in compile_matchingpath()
/third_party/pcre2/pcre2/
DHACKING401 OP_DIGIT \d
521 that instead of a character, the opcode for the type (e.g. OP_DIGIT) is stored