Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c116 else if (t == XCL_RANGE) in PRIV()
H A Dpcre2_printint.c784 if (ch == XCL_RANGE) in pcre2_printint()
H A Dpcre2_study.c1529 case XCL_RANGE: in set_start_bits()
H A Dpcre2_internal.h1315 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
H A Dpcre2_compile.c5090 *uchardata++ = XCL_RANGE; in add_to_class_internal()
5111 *uchardata++ = XCL_RANGE; in add_to_class_internal()
6156 *class_uchardata++ = XCL_RANGE; in compile_branch()
H A Dpcre2_jit_compile.c7548 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7757 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7796 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7834 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7897 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7972 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7991 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7998 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()

Completed in 78 milliseconds