Home
last modified time | relevance | path

Searched refs:OP_CRMINRANGE (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c482 case OP_CRMINRANGE: in get_chr_property_list()
1133 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1161 case OP_CRMINRANGE: in PRIV()
Dpcre2_study.c421 case OP_CRMINRANGE: in find_minlength()
557 case OP_CRMINRANGE: in find_minlength()
1487 case OP_CRMINRANGE: in set_start_bits()
Dpcre2_printint.c782 case OP_CRMINRANGE: in pcre2_printint()
788 if (*ccode == OP_CRMINRANGE) fprintf(f, "?"); in pcre2_printint()
Dpcre2_match.c2813 case OP_CRMINRANGE: in match()
2814 minimize = (*ecode == OP_CRMINRANGE); in match()
3011 case OP_CRMINRANGE: in match()
3013 minimize = (*ecode == OP_CRMINRANGE); in match()
3238 case OP_CRMINRANGE: in match()
3240 minimize = (*ecode == OP_CRMINRANGE); in match()
Dpcre2_internal.h1495 OP_CRMINRANGE, /* 105 */ enumerator
Dpcre2_jit_compile.c654 case OP_CRMINRANGE: in next_opcode()
1138 case OP_CRMINRANGE: in get_class_iterator_size()
3744 case OP_CRMINRANGE: in scan_prefix()
3804 case OP_CRMINRANGE: in scan_prefix()
6902 case OP_CRMINRANGE: in compile_ref_iterator_matchingpath()
8725 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
Dpcre2_dfa_match.c2534 case OP_CRMINRANGE: in internal_dfa_match()
Dpcre2_compile.c1156 case OP_CRMINRANGE: in find_fixedlength()
1579 case OP_CRMINRANGE: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING422 OP_CRMINRANGE