Searched refs:OP_NOT_WORD_BOUNDARY (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c192 case OP_NOT_WORD_BOUNDARY:
911 case OP_NOT_WORD_BOUNDARY:
H A Dpcre_dfa_exec.c1010 case OP_NOT_WORD_BOUNDARY:
1054 if ((left_word == right_word) == (codevalue == OP_NOT_WORD_BOUNDARY))
H A Dpcre_compile.c1665 case OP_NOT_WORD_BOUNDARY:
1817 case OP_NOT_WORD_BOUNDARY:
H A Dpcre_jit_compile.c596 case OP_NOT_WORD_BOUNDARY:
1337 case OP_NOT_WORD_BOUNDARY:
3218 case OP_NOT_WORD_BOUNDARY:
5262 case OP_NOT_WORD_BOUNDARY:
5265 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO));
8240 case OP_NOT_WORD_BOUNDARY:
H A Dpcre_exec.c2177 case OP_NOT_WORD_BOUNDARY:

Completed in 108 milliseconds