Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c212 case OP_NOTI: in pcre_pattern_to_host_byte_order()
Dpcre_study.c213 case OP_NOTI: in find_minlength()
838 case OP_NOTI: in set_start_bits()
Dpcre_compile.c1835 case OP_NOTI: in find_fixedlength()
2250 case OP_NOTI: in find_recurse()
2558 case OP_NOTI: in could_be_empty_branch()
2906 list[0] = OP_NOTI; in get_chr_property_list()
2947 case OP_NOTI: in get_chr_property_list()
3758 case OP_NOTI: in auto_possessify()
5357 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5628 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5636 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
6293 case OP_NOTI: in compile_branch()
Dpcre_printint.c542 case OP_NOTI: in pcre_printint()
DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
Dpcre_jit_compile.c684 case OP_NOTI: in next_opcode()
1365 case OP_NOTI: in get_framesize()
3355 case OP_NOTI: in scan_prefix()
5663 case OP_NOTI: in compile_char1_matchingpath()
7771 *type = OP_NOTI; in get_iterator_parameters()
7884 case OP_NOTI: in compile_iterator_matchingpath()
8266 case OP_NOTI: in compile_matchingpath()
Dpcre_internal.h1921 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
Dpcre_exec.c3654 case OP_NOTI: in match()
3692 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
Dpcre_dfa_exec.c2287 case OP_NOTI: in internal_dfa_exec()
Dpcretest.c2572 case OP_NOTI: in regexflip8_or_16()