Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c115 else if (t == XCL_RANGE) in PRIV()
Dpcre_printint.c751 if (ch == XCL_RANGE) in pcre_printint()
DHACKING345 XCL_RANGE two characters follow
350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
Dpcre_internal.h1830 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
Dpcre_compile.c4298 *uchardata++ = XCL_RANGE; in add_to_class()
4319 *uchardata++ = XCL_RANGE; in add_to_class()
5065 *class_uchardata++ = XCL_RANGE; in compile_branch()
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()