Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c276 case OP_EXTUNI: in find_minlength()
868 case OP_EXTUNI: in set_start_bits()
H A Dpcre_internal.h1879 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1909 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
H A Dpcre_exec.c2654 case OP_EXTUNI: in match()
4347 else if (ctype == OP_EXTUNI) in match()
5105 else if (ctype == OP_EXTUNI) in match()
5624 else if (ctype == OP_EXTUNI) in match()
H A Dpcre_jit_compile.c609 case OP_EXTUNI: in next_opcode()
1160 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1166 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1341 case OP_EXTUNI: in get_framesize()
5430 case OP_EXTUNI: in compile_char1_matchingpath()
7912 case OP_EXTUNI: in compile_iterator_matchingpath()
7927 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
8275 case OP_EXTUNI: in compile_matchingpath()
8580 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
H A Dpcre_compile.c1954 case OP_EXTUNI: in find_fixedlength()
2580 case OP_EXTUNI: in could_be_empty_branch()
2966 case OP_EXTUNI: in get_chr_property_list()
H A DHACKING195 OP_EXTUNI match an extended Unicode grapheme cluster

Completed in 84 milliseconds