Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c192 case OP_NOT_WORD_BOUNDARY: in find_minlength()
911 case OP_NOT_WORD_BOUNDARY: in set_start_bits()
Dpcre_dfa_exec.c1010 case OP_NOT_WORD_BOUNDARY: in internal_dfa_exec()
1054 if ((left_word == right_word) == (codevalue == OP_NOT_WORD_BOUNDARY)) in internal_dfa_exec()
Dpcre_internal.h1886 OP_NOT_WORD_BOUNDARY, /* 4 \B */ enumerator
Dpcre_jit_compile.c596 case OP_NOT_WORD_BOUNDARY: in next_opcode()
1337 case OP_NOT_WORD_BOUNDARY: in get_framesize()
3218 case OP_NOT_WORD_BOUNDARY: in scan_prefix()
5262 case OP_NOT_WORD_BOUNDARY: in compile_char1_matchingpath()
5265 …add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO… in compile_char1_matchingpath()
8240 case OP_NOT_WORD_BOUNDARY: in compile_matchingpath()
DHACKING179 OP_NOT_WORD_BOUNDARY \W
Dpcre_compile.c1665 case OP_NOT_WORD_BOUNDARY: in first_significant_code()
1817 case OP_NOT_WORD_BOUNDARY: in find_fixedlength()
Dpcre_exec.c2177 case OP_NOT_WORD_BOUNDARY: in match()