Home
last modified time | relevance | path

Searched refs:OP_NOTMINUPTOI (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c259 case OP_NOTMINUPTOI: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c579 case OP_NOTMINUPTOI: in pcre_printint()
593 if (*code == OP_NOTMINUPTO || *code == OP_NOTMINUPTOI) fprintf(f, "?"); in pcre_printint()
Dpcre_study.c544 case OP_NOTMINUPTOI: in find_minlength()
888 case OP_NOTMINUPTOI: in set_start_bits()
Dpcre_compile.c1992 case OP_NOTMINUPTOI: in find_fixedlength()
2175 case OP_NOTMINUPTOI: in PRIV()
2320 case OP_NOTMINUPTOI: in find_recurse()
2716 case OP_NOTMINUPTOI: in could_be_empty_branch()
3873 case OP_NOTMINUPTOI: in auto_possessify()
Dpcre_internal.h1999 OP_NOTMINUPTOI, /* 79 */ enumerator
Dpcre_exec.c3721 case OP_NOTMINUPTOI: in match()
3724 minimize = *ecode == OP_NOTMINUPTO || *ecode == OP_NOTMINUPTOI; in match()
Dpcre_dfa_exec.c2485 case OP_NOTMINUPTOI: in internal_dfa_exec()
Dpcre_jit_compile.c727 case OP_NOTMINUPTOI: in next_opcode()
1044 case OP_NOTMINUPTOI:
8393 case OP_NOTMINUPTOI: in compile_matchingpath()
9539 case OP_NOTMINUPTOI: in compile_backtrackingpath()
Dpcretest.c2622 case OP_NOTMINUPTOI: in regexflip8_or_16()