Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c348 case OP_EXTUNI: in find_minlength()
974 case OP_EXTUNI: in set_start_bits()
Dpcre2_internal.h1296 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1326 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
Dpcre2_auto_possess.c378 case OP_EXTUNI: in get_chr_property_list()
Dpcre2_match.c2446 case OP_EXTUNI: in match()
2742 else if (Lctype == OP_EXTUNI) in match()
3499 else if (Lctype == OP_EXTUNI) in match()
4029 else if (Lctype == OP_EXTUNI) in match()
Dpcre2_dfa_match.c810 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()
2208 case OP_EXTUNI: in internal_dfa_match()
Dpcre2_jit_compile.c681 case OP_EXTUNI: 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()
1636 case OP_EXTUNI: in get_framesize()
7510 case OP_EXTUNI: in compile_char1_matchingpath()
9932 if (type != OP_EXTUNI) in compile_iterator_matchingpath()
9982 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
10470 case OP_EXTUNI: in compile_matchingpath()
10767 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
/external/pcre/dist2/
DHACKING413 OP_EXTUNI match an extended Unicode grapheme cluster