Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c275 case OP_EXTUNI: in find_minlength()
832 case OP_EXTUNI: in set_start_bits()
Dpcre_internal.h1875 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1905 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
Dpcre_exec.c2647 case OP_EXTUNI: in match()
4340 else if (ctype == OP_EXTUNI) in match()
5098 else if (ctype == OP_EXTUNI) in match()
5617 else if (ctype == OP_EXTUNI) in match()
Dpcre_dfa_exec.c726 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_exec()
2161 case OP_EXTUNI: in internal_dfa_exec()
Dpcre_jit_compile.c613 case OP_EXTUNI: in next_opcode()
1174 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1180 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1355 case OP_EXTUNI: in get_framesize()
5415 case OP_EXTUNI: in compile_char1_matchingpath()
7895 case OP_EXTUNI: in compile_iterator_matchingpath()
7910 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
8258 case OP_EXTUNI: in compile_matchingpath()
8563 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
Dpcre_compile.c1943 case OP_EXTUNI: in find_fixedlength()
2546 case OP_EXTUNI: in could_be_empty_branch()
2932 case OP_EXTUNI: in get_chr_property_list()
DHACKING195 OP_EXTUNI match an extended Unicode grapheme cluster