Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c349 case OP_ANYNL: in find_minlength()
1195 case OP_ANYNL: in set_start_bits()
1332 case OP_ANYNL: in set_start_bits()
Dpcre2_auto_possess.c373 case OP_ANYNL: in get_chr_property_list()
960 case OP_ANYNL: in compare_opcodes()
Dpcre2_match.c2527 case OP_ANYNL: in match()
4514 case OP_ANYNL: in match()
4766 case OP_ANYNL: in match()
5262 case OP_ANYNL: in match()
5387 case OP_ANYNL: in match()
5856 case OP_ANYNL: in match()
6036 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
6079 case OP_ANYNL: in match()
6279 if (ctype == OP_ANYNL && eptr > pp && *eptr == CHAR_LF && in match()
Dpcre2_dfa_match.c668 case OP_ANYNL: codevalue += OP_ANYNL_EXTRA; break; in internal_dfa_match()
2128 case OP_ANYNL: in internal_dfa_match()
Dpcre2_internal.h1367 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
Dpcre2_jit_compile.c635 case OP_ANYNL: in next_opcode()
952 return (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI); in is_accelerated_repeat()
1401 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1407 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1589 case OP_ANYNL: in get_framesize()
6379 case OP_ANYNL: in compile_char1_matchingpath()
8892 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
9371 case OP_ANYNL: in compile_matchingpath()
9673 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
Dpcre2_compile.c1170 case OP_ANYNL: in find_fixedlength()
1594 case OP_ANYNL: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING217 OP_ANYNL match any Unicode newline sequence