Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c327 case OP_CLASS: in find_minlength()
336 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
338 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1297 case OP_CLASS: in set_start_bits()
Dpcre_byte_order.c273 case OP_CLASS: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1895 case OP_CLASS: in find_fixedlength()
1904 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1906 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2500 case OP_CLASS: in could_be_empty_branch()
2502 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3008 case OP_CLASS: in get_chr_property_list()
3206 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
3214 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
3216 if (base_list[0] == OP_CLASS) in compare_opcodes()
3231 case OP_CLASS: in compare_opcodes()
[all …]
Dpcre_exec.c2869 case OP_CLASS: in match()
2927 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2948 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2982 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3006 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3036 if (op == OP_CLASS) break; in match()
3068 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.c632 case OP_CLASS: in next_opcode()
1185 case OP_CLASS: in set_private_data_ptrs()
1397 case OP_CLASS: in get_framesize()
1634 case OP_CLASS: in get_private_data_copy_length()
1845 case OP_CLASS: in copy_private_data()
3301 case OP_CLASS: in scan_prefix()
5723 case OP_CLASS: in compile_char1_matchingpath()
5742 if (type == OP_CLASS) in compile_char1_matchingpath()
5750 if (type == OP_CLASS) in compile_char1_matchingpath()
7782 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
[all …]
Dpcre_internal.h2037 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
Dpcretest.c2633 case OP_CLASS: in regexflip8_or_16()
2738 case OP_CLASS: in regexflip_32()
Dpcre_dfa_exec.c2533 case OP_CLASS: in internal_dfa_exec()