Searched refs:OP_DIGIT (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c273 case OP_DIGIT:
1170 case OP_DIGIT:
1282 case OP_DIGIT:
H A Dpcre_dfa_exec.c991 case OP_DIGIT:
1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE,
1178 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1209 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1239 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1267 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1296 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
H A Dpcre_exec.c2364 case OP_DIGIT:
4539 case OP_DIGIT:
4802 case OP_DIGIT:
5232 case OP_DIGIT:
5372 case OP_DIGIT:
5851 case OP_DIGIT:
6105 case OP_DIGIT:
H A Dpcre_compile.c712 rows for them. Note that OP_DIGIT etc. are generated only when PCRE_UCP is
1906 case OP_DIGIT:
2602 case OP_DIGIT:
2973 case OP_DIGIT:
3312 case OP_DIGIT:
3516 /* Note that OP_DIGIT etc. are generated only when PCRE_UCP is *not*
3519 case OP_DIGIT:
H A Dpcre_jit_compile.c595 case OP_DIGIT:
1349 case OP_DIGIT:
3383 case OP_DIGIT:
5321 case OP_DIGIT:
5332 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO));
7927 case OP_DIGIT:
8302 case OP_DIGIT:

Completed in 80 milliseconds