Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c332 case OP_CLASS: in find_minlength()
341 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
343 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1339 case OP_CLASS: in set_start_bits()
Dpcre_compile.c1925 case OP_CLASS: in find_fixedlength()
1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1936 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2553 case OP_CLASS: in could_be_empty_branch()
2555 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3061 case OP_CLASS: in get_chr_property_list()
3263 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
3271 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
3273 if (base_list[0] == OP_CLASS) in compare_opcodes()
3288 case OP_CLASS: in compare_opcodes()
[all …]
Dpcre_byte_order.c273 case OP_CLASS: in pcre_pattern_to_host_byte_order()
Dpcre_exec.c2876 case OP_CLASS: in match()
2934 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2955 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2989 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3013 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3043 if (op == OP_CLASS) break; in match()
3075 if (op == OP_CLASS) break; in match()
Dpcre_printint.c640 case OP_CLASS: in pcre_printint()
DHACKING323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
331 For OP_CLASS they do not match, whereas for OP_NCLASS they do.
Dpcre_jit_compile.c628 case OP_CLASS: in next_opcode()
1187 case OP_CLASS: in set_private_data_ptrs()
1406 case OP_CLASS: in get_framesize()
1648 case OP_CLASS: in get_private_data_copy_length()
1861 case OP_CLASS: in copy_private_data()
3357 case OP_CLASS: in scan_prefix()
5775 case OP_CLASS: in compile_char1_matchingpath()
5794 if (type == OP_CLASS) in compile_char1_matchingpath()
5802 if (type == OP_CLASS) in compile_char1_matchingpath()
7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
[all …]
Dpcre_internal.h2045 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
Dpcretest.c2636 case OP_CLASS: in regexflip8_or_16()
2741 case OP_CLASS: in regexflip_32()
Dpcre_dfa_exec.c2533 case OP_CLASS: in internal_dfa_exec()