Home
last modified time | relevance | path

Searched refs:OP_NOT_VSPACE (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c376 case OP_NOT_VSPACE: in get_chr_property_list()
969 case OP_NOT_VSPACE: in compare_opcodes()
Dpcre2_study.c341 case OP_NOT_VSPACE: in find_minlength()
964 case OP_NOT_VSPACE: in set_start_bits()
Dpcre2_match.c2592 case OP_NOT_VSPACE: in match()
4581 case OP_NOT_VSPACE: in match()
4838 case OP_NOT_VSPACE: in match()
5301 case OP_NOT_VSPACE: in match()
5434 case OP_NOT_VSPACE: in match()
5908 case OP_NOT_VSPACE: in match()
5925 if (gotspace == (ctype == OP_NOT_VSPACE)) break; in match()
6148 case OP_NOT_VSPACE: in match()
Dpcre2_dfa_match.c672 case OP_NOT_VSPACE: in internal_dfa_match()
2164 case OP_NOT_VSPACE: in internal_dfa_match()
Dpcre2_internal.h1370 OP_NOT_VSPACE, /* 20 \V (not vertical whitespace) */ enumerator
Dpcre2_jit_compile.c638 case OP_NOT_VSPACE: in next_opcode()
1592 case OP_NOT_VSPACE: in get_framesize()
6410 case OP_NOT_VSPACE: in compile_char1_matchingpath()
6414 read_char_range(common, 0xa, 0x2029, type == OP_NOT_VSPACE); in compile_char1_matchingpath()
6416 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
9374 case OP_NOT_VSPACE: in compile_matchingpath()
Dpcre2_compile.c1107 case OP_NOT_VSPACE: in find_fixedlength()
1598 case OP_NOT_VSPACE: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING208 OP_NOT_VSPACE \V