Searched refs:XCL_RANGE (Results 1 – 6 of 6) sorted by relevance
115 else if (t == XCL_RANGE) in PRIV()
751 if (ch == XCL_RANGE) in pcre_printint()
345 XCL_RANGE two characters follow350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
4299 *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()
1830 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
5503 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