Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c420 case OP_CRRANGE: in find_minlength()
556 case OP_CRRANGE: in find_minlength()
1486 case OP_CRRANGE: in set_start_bits()
Dpcre2_auto_possess.c481 case OP_CRRANGE: in get_chr_property_list()
1160 case OP_CRRANGE: in PRIV()
Dpcre2_printint.c781 case OP_CRRANGE: in pcre2_printint()
Dpcre2_internal.h1494 OP_CRRANGE, /* 104 These are different to the three sets above. */ enumerator
Dpcre2_jit_compile.c653 case OP_CRRANGE: in next_opcode()
1137 case OP_CRRANGE: in get_class_iterator_size()
1142 return (*cc == OP_CRRANGE) ? 2 : 1; in get_class_iterator_size()
3743 case OP_CRRANGE: in scan_prefix()
3803 case OP_CRRANGE: in scan_prefix()
6901 case OP_CRRANGE: in compile_ref_iterator_matchingpath()
8725 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
8734 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
8746 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
8753 *opcode -= OP_CRRANGE - OP_UPTO; in get_iterator_parameters()
Dpcre2_match.c2812 case OP_CRRANGE: in match()
3010 case OP_CRRANGE: in match()
3237 case OP_CRRANGE: in match()
Dpcre2_compile.c1155 case OP_CRRANGE: in find_fixedlength()
1578 case OP_CRRANGE: in could_be_empty_branch()
5400 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
Dpcre2_dfa_match.c2533 case OP_CRRANGE: in internal_dfa_match()
/external/pcre/dist2/
DHACKING421 OP_CRRANGE