Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_printint.c642 case OP_XCLASS: in pcre_printint()
653 if (*code == OP_XCLASS) in pcre_printint()
707 if (*code == OP_XCLASS) in pcre_printint()
Dpcre_study.c335 case OP_XCLASS: in find_minlength()
338 if (op == OP_XCLASS) in find_minlength()
1317 case OP_XCLASS: in set_start_bits()
1344 if (*tcode == OP_XCLASS) in set_start_bits()
Dpcre_byte_order.c280 case OP_XCLASS: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1928 case OP_XCLASS: in find_fixedlength()
1931 if (op == OP_XCLASS) in find_fixedlength()
2092 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
2255 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2548 case OP_XCLASS: in could_be_empty_branch()
3063 case OP_XCLASS: in get_chr_property_list()
3064 if (c == OP_XCLASS) in get_chr_property_list()
3295 case OP_XCLASS: in compare_opcodes()
3617 case OP_XCLASS: in compare_opcodes()
3726 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in auto_possessify()
[all …]
Dpcre_jit_compile.c762 case OP_XCLASS: in next_opcode()
1194 case OP_XCLASS: in set_private_data_ptrs()
1408 case OP_XCLASS: in get_framesize()
1651 case OP_XCLASS: in get_private_data_copy_length()
1652 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in get_private_data_copy_length()
1864 case OP_XCLASS: in copy_private_data()
1865 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in copy_private_data()
3374 case OP_XCLASS: in scan_prefix()
5824 case OP_XCLASS: in compile_char1_matchingpath()
7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
[all …]
DHACKING334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
Dpcre_dfa_exec.c2535 case OP_XCLASS: in internal_dfa_exec()
2544 if (codevalue != OP_XCLASS) in internal_dfa_exec()
Dpcre_internal.h2049 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
Dpcretest.c2643 case OP_XCLASS: in regexflip8_or_16()
2748 case OP_XCLASS: in regexflip_32()
Dpcre_exec.c3106 case OP_XCLASS: in match()