Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c268 case OP_DIGIT: in find_minlength()
1128 case OP_DIGIT: in set_start_bits()
1240 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.c2357 case OP_DIGIT: in match()
4532 case OP_DIGIT: in match()
4795 case OP_DIGIT: in match()
5225 case OP_DIGIT: in match()
5365 case OP_DIGIT: in match()
5839 case OP_DIGIT: in match()
6093 case OP_DIGIT: in match()
Dpcre_compile.c1876 case OP_DIGIT: in find_fixedlength()
2549 case OP_DIGIT: in could_be_empty_branch()
2920 case OP_DIGIT: in get_chr_property_list()
3255 case OP_DIGIT: in compare_opcodes()
3462 case OP_DIGIT: in compare_opcodes()
Dpcre_jit_compile.c599 case OP_DIGIT: in next_opcode()
1340 case OP_DIGIT: in get_framesize()
3327 case OP_DIGIT: in scan_prefix()
5269 case OP_DIGIT: in compile_char1_matchingpath()
5280 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_C_ZERO : SLJIT_C_NOT_ZERO)); in compile_char1_matchingpath()
7868 case OP_DIGIT: in compile_iterator_matchingpath()
8243 case OP_DIGIT: in compile_matchingpath()
Dpcre_internal.h1889 OP_DIGIT, /* 7 \d */ enumerator
DHACKING182 OP_DIGIT \d