Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c374 case OP_NOT_HSPACE: in get_chr_property_list()
952 case OP_NOT_HSPACE: in compare_opcodes()
Dpcre2_study.c339 case OP_NOT_HSPACE: in find_minlength()
963 case OP_NOT_HSPACE: in set_start_bits()
Dpcre2_match.c2562 case OP_NOT_HSPACE: in match()
4547 case OP_NOT_HSPACE: in match()
4798 case OP_NOT_HSPACE: in match()
5285 case OP_NOT_HSPACE: in match()
5410 case OP_NOT_HSPACE: in match()
5886 case OP_NOT_HSPACE: in match()
5903 if (gotspace == (ctype == OP_NOT_HSPACE)) break; in match()
6106 case OP_NOT_HSPACE: in match()
Dpcre2_dfa_match.c670 case OP_NOT_HSPACE: in internal_dfa_match()
2190 case OP_NOT_HSPACE: in internal_dfa_match()
Dpcre2_internal.h1368 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
Dpcre2_jit_compile.c636 case OP_NOT_HSPACE: in next_opcode()
1590 case OP_NOT_HSPACE: in get_framesize()
6401 case OP_NOT_HSPACE: in compile_char1_matchingpath()
6405 read_char_range(common, 0x9, 0x3000, type == OP_NOT_HSPACE); in compile_char1_matchingpath()
6407 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
9372 case OP_NOT_HSPACE: in compile_matchingpath()
Dpcre2_compile.c1106 case OP_NOT_HSPACE: in find_fixedlength()
1596 case OP_NOT_HSPACE: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING204 OP_NOT_HSPACE \H