Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c273 case OP_DIGIT: in find_minlength()
1170 case OP_DIGIT: in set_start_bits()
1282 case OP_DIGIT: in set_start_bits()
Dpcre_dfa_exec.c991 case OP_DIGIT: in internal_dfa_exec()
1178 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_exec()
1209 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_exec()
1239 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_exec()
1267 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_exec()
1296 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_exec()
Dpcre_exec.c2364 case OP_DIGIT: in match()
4539 case OP_DIGIT: in match()
4802 case OP_DIGIT: in match()
5232 case OP_DIGIT: in match()
5372 case OP_DIGIT: in match()
5851 case OP_DIGIT: in match()
6105 case OP_DIGIT: in match()
Dpcre_compile.c1906 case OP_DIGIT: in find_fixedlength()
2602 case OP_DIGIT: in could_be_empty_branch()
2973 case OP_DIGIT: in get_chr_property_list()
3312 case OP_DIGIT: in compare_opcodes()
3519 case OP_DIGIT: in compare_opcodes()
Dpcre_internal.h1897 OP_DIGIT, /* 7 \d */ enumerator
Dpcre_jit_compile.c595 case OP_DIGIT: in next_opcode()
1349 case OP_DIGIT: in get_framesize()
3383 case OP_DIGIT: in scan_prefix()
5321 case OP_DIGIT: in compile_char1_matchingpath()
5332 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
7927 case OP_DIGIT: in compile_iterator_matchingpath()
8302 case OP_DIGIT: in compile_matchingpath()
DHACKING182 OP_DIGIT \d