Home
last modified time | relevance | path

Searched refs:OP_NOTI (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c156 case OP_NOTI: in PRIV()
Dpcre2_auto_possess.c352 list[0] = OP_NOTI; in get_chr_property_list()
393 case OP_NOTI: in get_chr_property_list()
1260 case OP_NOTI: in PRIV()
Dpcre2_pattern_info.c308 case OP_NOTI: in pcre2_callout_enumerate()
Dpcre2_study.c286 case OP_NOTI: in find_minlength()
980 case OP_NOTI: in set_start_bits()
Dpcre2_printint.c526 case OP_NOTI: in pcre2_printint()
Dpcre2_internal.h1343 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
Dpcre2_compile.c5212 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
6481 case OP_NOTI: in compile_branch()
7134 case OP_NOTI: in compile_branch()
8128 case OP_NOTI: in find_recurse()
Dpcre2_match.c1002 case OP_NOTI: in match()
1019 else if (Fop == OP_NOTI) /* If caseless */ in match()
1033 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
Dpcre2_jit_compile.c752 case OP_NOTI: in next_opcode()
1646 case OP_NOTI: in get_framesize()
4051 case OP_NOTI: in scan_prefix()
7588 case OP_NOTI: in compile_char1_matchingpath()
9774 *type = OP_NOTI; in get_iterator_parameters()
10472 case OP_NOTI: in compile_matchingpath()
Dpcre2_dfa_match.c2324 case OP_NOTI: in internal_dfa_match()
/external/pcre/dist2/
DHACKING462 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
559 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for