Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_xclass.c115 else if (t == XCL_RANGE) in PRIV()
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.h1826 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
H A Dpcre_compile.c4282 *uchardata++ = XCL_RANGE; in add_to_class()
4303 *uchardata++ = XCL_RANGE; in add_to_class()
H A Dpcre_jit_compile.c4791 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
4979 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
4998 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
5005 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()

Completed in 67 milliseconds