Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c454 case OP_CLASS: in get_chr_property_list()
663 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
671 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
673 if (base_list[0] == OP_CLASS) in compare_opcodes()
688 case OP_CLASS: in compare_opcodes()
1010 case OP_CLASS: in compare_opcodes()
1123 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
Dpcre2_study.c389 case OP_CLASS: in find_minlength()
398 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
400 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1433 case OP_CLASS: in set_start_bits()
Dpcre2_compile.c1128 case OP_CLASS: in find_fixedlength()
1137 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1139 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1554 case OP_CLASS: in could_be_empty_branch()
1556 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
5048 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5379 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
5811 case OP_CLASS: in compile_branch()
Dpcre2_match.c2983 case OP_CLASS: in match()
3041 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3062 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3096 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3120 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3150 if (op == OP_CLASS) break; in match()
3182 if (op == OP_CLASS) break; in match()
Dpcre2_printint.c639 case OP_CLASS: in pcre2_printint()
Dpcre2_jit_compile.c659 case OP_CLASS: in next_opcode()
983 case OP_CLASS: in is_accelerated_repeat()
1417 case OP_CLASS: in set_private_data_ptrs()
1636 case OP_CLASS: in get_framesize()
1881 case OP_CLASS: in get_private_data_copy_length()
2094 case OP_CLASS: in copy_private_data()
3604 case OP_CLASS: in scan_prefix()
6573 case OP_CLASS: in compile_char1_matchingpath()
6593 if (type == OP_CLASS) in compile_char1_matchingpath()
6601 if (type == OP_CLASS) in compile_char1_matchingpath()
[all …]
Dpcre2_internal.h1504 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
Dpcre2_dfa_match.c2447 case OP_CLASS: in internal_dfa_match()
/external/pcre/dist2/
DHACKING353 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
359 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and
361 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they