Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_xclass.c115 else if (t == XCL_RANGE) in PRIV()
H A Dpcre_printint.c751 if (ch == XCL_RANGE) in pcre_printint()
H A DHACKING345 XCL_RANGE two characters follow
350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
H A Dpcre_compile.c4299 *uchardata++ = XCL_RANGE; in add_to_class()
4320 *uchardata++ = XCL_RANGE; in add_to_class()
5104 *class_uchardata++ = XCL_RANGE; in compile_branch()
5592 *class_uchardata++ = XCL_RANGE; in compile_branch()
H A Dpcre_internal.h1830 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
H A Dpcre_jit_compile.c5503 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5683 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5749 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5768 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5775 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()

Completed in 51 milliseconds