Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dpcre2_internal.h1378 OP_DIGIT, /* 7 \d */ enumerator
H A 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()

Completed in 72 milliseconds