Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c431 case OP_CRRANGE: in find_minlength()
595 case OP_CRRANGE: in find_minlength()
1539 case OP_CRRANGE: in set_start_bits()
Dpcre2_auto_possess.c481 case OP_CRRANGE: in get_chr_property_list()
1192 case OP_CRRANGE: in PRIV()
Dpcre2_printint.c780 case OP_CRRANGE: in pcre2_printint()
Dpcre2_internal.h1449 OP_CRRANGE, /* 104 These are different to the three sets above. */ enumerator
Dpcre2_jit_compile.c694 case OP_CRRANGE: in next_opcode()
1179 case OP_CRRANGE: in get_class_iterator_size()
1184 return (*cc == OP_CRRANGE) ? 2 : 1; in get_class_iterator_size()
4137 case OP_CRRANGE: in scan_prefix()
4197 case OP_CRRANGE: in scan_prefix()
7980 case OP_CRRANGE: in compile_ref_iterator_matchingpath()
9815 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
9824 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
9836 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
9843 *opcode -= OP_CRRANGE - OP_UPTO; in get_iterator_parameters()
Dpcre2_match.c1818 case OP_CRRANGE: in match()
2056 case OP_CRRANGE: in match()
4661 case OP_CRRANGE: in match()
Dpcre2_dfa_match.c2632 case OP_CRRANGE: in internal_dfa_match()
Dpcre2_compile.c6537 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
/external/pcre/dist2/
DHACKING638 OP_CRRANGE