Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c116 else if (t == XCL_RANGE) in PRIV()
H A Dpcre2_printint.c748 if (ch == XCL_RANGE) in pcre2_printint()
H A Dpcre2_internal.h1247 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
H A Dpcre2_compile.c4612 *uchardata++ = XCL_RANGE; in add_to_class_internal()
4633 *uchardata++ = XCL_RANGE; in add_to_class_internal()
5635 *class_uchardata++ = XCL_RANGE; in compile_branch()
H A Dpcre2_jit_compile.c6481 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
6662 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
6728 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
6747 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
6754 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()

Completed in 88 milliseconds