Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c360 case OP_ANYNL: in find_minlength()
1244 case OP_ANYNL: in set_start_bits()
1381 case OP_ANYNL: in set_start_bits()
Dpcre2_auto_possess.c373 case OP_ANYNL: in get_chr_property_list()
992 case OP_ANYNL: in compare_opcodes()
Dpcre2_match.c2236 case OP_ANYNL: in match()
2809 case OP_ANYNL: in match()
3065 case OP_ANYNL: in match()
3558 case OP_ANYNL: in match()
3686 case OP_ANYNL: in match()
4158 case OP_ANYNL: in match()
4339 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && in match()
4384 case OP_ANYNL: in match()
4591 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && *Feptr == CHAR_LF && in match()
Dpcre2_dfa_match.c809 case OP_ANYNL: codevalue += OP_ANYNL_EXTRA; break; in internal_dfa_match()
2226 case OP_ANYNL: in internal_dfa_match()
Dpcre2_internal.h1321 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
Dpcre2_jit_compile.c676 case OP_ANYNL: in next_opcode()
994 return (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI); in is_accelerated_repeat()
1442 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1448 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1631 case OP_ANYNL: in get_framesize()
7467 case OP_ANYNL: in compile_char1_matchingpath()
9982 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
10465 case OP_ANYNL: in compile_matchingpath()
10767 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
/external/pcre/dist2/
DHACKING414 OP_ANYNL match any Unicode newline sequence