Searched refs:OP_CRRANGE (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c358 case OP_CRRANGE:
456 case OP_CRRANGE:
1362 case OP_CRRANGE:
H A Dpcre_printint.c783 case OP_CRRANGE:
H A Dpcre_compile.c1922 case OP_CRRANGE:
2524 case OP_CRRANGE:
3035 case OP_CRRANGE:
3695 case OP_CRRANGE:
5853 *code++ = OP_CRRANGE + repeat_type;
6387 case OP_CRRANGE: *tempcode = OP_CRPOSRANGE; break;
H A Dpcre_jit_compile.c626 case OP_CRRANGE:
926 case OP_CRRANGE:
6075 case OP_CRRANGE:
7801 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE);
7808 *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
7909 case OP_CRRANGE:
7925 if (opcode == OP_UPTO || opcode == OP_CRRANGE)
7930 if (opcode == OP_UPTO || opcode == OP_CRRANGE)
7934 if (opcode == OP_CRRANGE && min > 0)
7936 if (opcode == OP_UPTO || (opcode == OP_CRRANGE
[all...]
H A Dpcre_exec.c2752 case OP_CRRANGE:
2896 case OP_CRRANGE:
3123 case OP_CRRANGE:
H A Dpcre_dfa_exec.c2619 case OP_CRRANGE:

Completed in 106 milliseconds