Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c364 case OP_EXTUNI: in find_minlength()
1021 case OP_EXTUNI: in set_start_bits()
H A Dpcre2_internal.h1389 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1419 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
H A Dpcre2_auto_possess.c397 case OP_EXTUNI: in get_chr_property_list()
H A Dpcre2_jit_compile.c938 case OP_EXTUNI: in next_opcode()
1357 case OP_EXTUNI: in detect_early_fail()
1965 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
2158 case OP_EXTUNI: in get_framesize()
9117 case OP_EXTUNI: in compile_char1_matchingpath()
11868 if (type != OP_EXTUNI) in compile_iterator_matchingpath()
11888 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11929 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
12226 if (type == OP_EXTUNI || common->utf) in compile_iterator_matchingpath()
12527 case OP_EXTUNI: in compile_matchingpath()
[all …]
H A Dpcre2_match.c2621 case OP_EXTUNI: in match()
2979 else if (Lctype == OP_EXTUNI) in match()
3807 else if (Lctype == OP_EXTUNI) in match()
4404 else if (Lctype == OP_EXTUNI) in match()
H A Dpcre2_dfa_match.c824 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()
2326 case OP_EXTUNI: in internal_dfa_match()

Completed in 67 milliseconds