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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c268 case OP_DIGIT:
1128 case OP_DIGIT:
1240 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.c2357 case OP_DIGIT:
4532 case OP_DIGIT:
4795 case OP_DIGIT:
5225 case OP_DIGIT:
5365 case OP_DIGIT:
5839 case OP_DIGIT:
6093 case OP_DIGIT:
H A Dpcre_compile.c702 rows for them. Note that OP_DIGIT etc. are generated only when PCRE_UCP is
1880 case OP_DIGIT:
2553 case OP_DIGIT:
2924 case OP_DIGIT:
3259 case OP_DIGIT:
3463 /* Note that OP_DIGIT etc. are generated only when PCRE_UCP is *not*
3466 case OP_DIGIT:
H A Dpcre_jit_compile.c599 case OP_DIGIT:
1340 case OP_DIGIT:
3327 case OP_DIGIT:
5269 case OP_DIGIT:
5280 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_C_ZERO : SLJIT_C_NOT_ZERO));
7868 case OP_DIGIT:
8243 case OP_DIGIT:

Completed in 112 milliseconds