Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c337 case OP_EXTUNI: in find_minlength()
931 case OP_EXTUNI: in set_start_bits()
Dpcre2_internal.h1342 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1372 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
Dpcre2_auto_possess.c378 case OP_EXTUNI: in get_chr_property_list()
Dpcre2_match.c2732 case OP_EXTUNI: in match()
4437 else if (ctype == OP_EXTUNI) in match()
5195 else if (ctype == OP_EXTUNI) in match()
5718 else if (ctype == OP_EXTUNI) in match()
Dpcre2_dfa_match.c669 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()
2099 case OP_EXTUNI: in internal_dfa_match()
Dpcre2_jit_compile.c640 case OP_EXTUNI: 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()
1594 case OP_EXTUNI: in get_framesize()
6420 case OP_EXTUNI: in compile_char1_matchingpath()
8842 if (type != OP_EXTUNI) in compile_iterator_matchingpath()
8892 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
9376 case OP_EXTUNI: in compile_matchingpath()
9673 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
Dpcre2_compile.c1176 case OP_EXTUNI: in find_fixedlength()
1600 case OP_EXTUNI: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING216 OP_EXTUNI match an extended Unicode grapheme cluster