Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_xclass.c113 else if (t == XCL_RANGE) in PRIV()
H A Dpcre_printint.c749 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_internal.h1830 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
H A Dpcre_compile.c4296 *uchardata++ = XCL_RANGE; in add_to_class()
4317 *uchardata++ = XCL_RANGE; in add_to_class()
5063 *class_uchardata++ = XCL_RANGE; in compile_branch()
H A Dpcre_jit_compile.c4824 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5016 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5035 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5042 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()

Completed in 58 milliseconds