Home
last modified time | relevance | path

Searched refs:OP_NOT_WORD_BOUNDARY (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c250 case OP_NOT_WORD_BOUNDARY: in find_minlength()
1010 case OP_NOT_WORD_BOUNDARY: in set_start_bits()
Dpcre2_dfa_match.c947 case OP_NOT_WORD_BOUNDARY: in internal_dfa_match()
999 if ((left_word == right_word) == (codevalue == OP_NOT_WORD_BOUNDARY)) in internal_dfa_match()
Dpcre2_internal.h1353 OP_NOT_WORD_BOUNDARY, /* 4 \B */ enumerator
Dpcre2_jit_compile.c623 case OP_NOT_WORD_BOUNDARY: in next_opcode()
1020 case OP_NOT_WORD_BOUNDARY: in detect_fast_forward_skip()
1084 case OP_NOT_WORD_BOUNDARY: in detect_fast_fail()
1576 case OP_NOT_WORD_BOUNDARY: in get_framesize()
3521 case OP_NOT_WORD_BOUNDARY: in scan_prefix()
6051 case OP_NOT_WORD_BOUNDARY: in compile_simple_assertion_matchingpath()
6054 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
7258 case OP_NOT_WORD_BOUNDARY: in assert_needs_str_ptr_saving()
9348 case OP_NOT_WORD_BOUNDARY: in compile_matchingpath()
Dpcre2_compile.c1046 case OP_NOT_WORD_BOUNDARY: in find_fixedlength()
1305 case OP_NOT_WORD_BOUNDARY: in first_significant_code()
Dpcre2_match.c2259 case OP_NOT_WORD_BOUNDARY: in match()
/external/pcre/dist2/
DHACKING200 OP_NOT_WORD_BOUNDARY \W