Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c453 case OP_NCLASS: in get_chr_property_list()
698 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()
703 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
721 case OP_NCLASS: in compare_opcodes()
1038 case OP_NCLASS: in compare_opcodes()
1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
Dpcre2_printint.c639 case OP_NCLASS: in pcre2_printint()
760 fprintf(f, "]%s", (*code == OP_NCLASS)? " (neg)" : ""); in pcre2_printint()
Dpcre2_study.c401 case OP_NCLASS: in find_minlength()
1470 case OP_NCLASS: in set_start_bits()
Dpcre2_jit_compile.c701 case OP_NCLASS: in next_opcode()
1026 case OP_NCLASS: in is_accelerated_repeat()
1459 case OP_NCLASS: in set_private_data_ptrs()
1679 case OP_NCLASS: in get_framesize()
2035 case OP_NCLASS: in get_recurse_data_length()
2407 case OP_NCLASS: in copy_recurse_data()
4006 case OP_NCLASS: in scan_prefix()
7651 case OP_NCLASS: in compile_char1_matchingpath()
7656 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
7657 read_char_range(common, 0, bit, type == OP_NCLASS); in compile_char1_matchingpath()
[all …]
Dpcre2_dfa_match.c2547 case OP_NCLASS: in internal_dfa_match()
2562 isinclass = (c > 255)? (codevalue == OP_NCLASS) : in internal_dfa_match()
Dpcre2_internal.h1460 OP_NCLASS, /* 111 Same, but the bitmap was created from a negative enumerator
Dpcre2_compile.c5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
6517 case OP_NCLASS: in compile_branch()
7150 case OP_NCLASS: in compile_branch()
Dpcre2_match.c1792 case OP_NCLASS: in match()
/external/epid-sdk/ext/argtable3/
Dargtable3.c3028 #define OP_NCLASS (MAX_CHAR+8) //negates class the [^ macro
3173 ret = trex_newnode(exp,OP_NCLASS); in trex_class()
3521 case OP_NCLASS: in trex_matchnode()
3523 …odes[node->left],*str)?(type == OP_CLASS?TRex_True:TRex_False):(type == OP_NCLASS?TRex_True:TRex_F… in trex_matchnode()
/external/pcre/dist2/
DHACKING570 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
576 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and
578 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they
604 are allowed (exactly as for OP_NCLASS), but the list of items that follow it