Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c366 case OP_DIGIT: in get_chr_property_list()
712 case OP_DIGIT: in compare_opcodes()
920 case OP_DIGIT: in compare_opcodes()
Dpcre2_study.c330 case OP_DIGIT: in find_minlength()
1239 case OP_DIGIT: in set_start_bits()
1368 case OP_DIGIT: in set_start_bits()
Dpcre2_dfa_match.c928 case OP_DIGIT: in internal_dfa_match()
1123 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1154 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1184 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1212 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1241 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
Dpcre2_match.c2442 case OP_DIGIT: in match()
4629 case OP_DIGIT: in match()
4892 case OP_DIGIT: in match()
5322 case OP_DIGIT: in match()
5462 case OP_DIGIT: in match()
5945 case OP_DIGIT: in match()
6203 case OP_DIGIT: in match()
Dpcre2_internal.h1356 OP_DIGIT, /* 7 \d */ enumerator
Dpcre2_jit_compile.c626 case OP_DIGIT: in next_opcode()
1579 case OP_DIGIT: in get_framesize()
3629 case OP_DIGIT: in scan_prefix()
6265 case OP_DIGIT: in compile_char1_matchingpath()
6277 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
9361 case OP_DIGIT: in compile_matchingpath()
Dpcre2_compile.c1109 case OP_DIGIT: in find_fixedlength()
1603 case OP_DIGIT: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING203 OP_DIGIT \d
307 that instead of a character, the opcode for the type (e.g. OP_DIGIT) is stored