Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c277 case OP_NOT_HSPACE: in find_minlength()
864 case OP_NOT_HSPACE: in set_start_bits()
Dpcre_exec.c2477 case OP_NOT_HSPACE: in match()
4450 case OP_NOT_HSPACE: in match()
4701 case OP_NOT_HSPACE: in match()
5188 case OP_NOT_HSPACE: in match()
5313 case OP_NOT_HSPACE: in match()
5780 case OP_NOT_HSPACE: in match()
5797 if (gotspace == (ctype == OP_NOT_HSPACE)) break; in match()
5996 case OP_NOT_HSPACE: in match()
Dpcre_dfa_exec.c727 case OP_NOT_HSPACE: in internal_dfa_exec()
2252 case OP_NOT_HSPACE: in internal_dfa_exec()
Dpcre_compile.c1873 case OP_NOT_HSPACE: in find_fixedlength()
2542 case OP_NOT_HSPACE: in could_be_empty_branch()
2928 case OP_NOT_HSPACE: in get_chr_property_list()
3494 case OP_NOT_HSPACE: in compare_opcodes()
Dpcre_jit_compile.c609 case OP_NOT_HSPACE: in next_opcode()
1351 case OP_NOT_HSPACE: in get_framesize()
5398 case OP_NOT_HSPACE: in compile_char1_matchingpath()
5401 read_char_range(common, 0x9, 0x3000, type == OP_NOT_HSPACE); in compile_char1_matchingpath()
5403 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO)); in compile_char1_matchingpath()
7877 case OP_NOT_HSPACE: in compile_iterator_matchingpath()
8254 case OP_NOT_HSPACE: in compile_matchingpath()
Dpcre_internal.h1901 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
DHACKING183 OP_NOT_HSPACE \H