Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c366 case OP_DIGIT: in get_chr_property_list()
744 case OP_DIGIT: in compare_opcodes()
952 case OP_DIGIT: in compare_opcodes()
Dpcre2_study.c341 case OP_DIGIT: in find_minlength()
1288 case OP_DIGIT: in set_start_bits()
1417 case OP_DIGIT: in set_start_bits()
Dpcre2_dfa_match.c1069 case OP_DIGIT: in internal_dfa_match()
1264 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1295 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1325 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()
1382 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
Dpcre2_match.c2176 case OP_DIGIT: in match()
2924 case OP_DIGIT: in match()
3191 case OP_DIGIT: in match()
3620 case OP_DIGIT: in match()
3764 case OP_DIGIT: in match()
4247 case OP_DIGIT: in match()
4509 case OP_DIGIT: in match()
Dpcre2_internal.h1310 OP_DIGIT, /* 7 \d */ enumerator
Dpcre2_jit_compile.c667 case OP_DIGIT: in next_opcode()
1621 case OP_DIGIT: in get_framesize()
4023 case OP_DIGIT: in scan_prefix()
7353 case OP_DIGIT: in compile_char1_matchingpath()
7365 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
10455 case OP_DIGIT: in compile_matchingpath()
/external/pcre/dist2/
DHACKING400 OP_DIGIT \d
520 that instead of a character, the opcode for the type (e.g. OP_DIGIT) is stored