Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c116 else if (t == XCL_RANGE) in PRIV()
Dpcre2_printint.c752 if (ch == XCL_RANGE) in pcre2_printint()
Dpcre2_study.c1529 case XCL_RANGE: in set_start_bits()
Dpcre2_internal.h1291 #define XCL_RANGE 2 /* A range (two multibyte chars) follows */ macro
Dpcre2_compile.c4982 *uchardata++ = XCL_RANGE; in add_to_class_internal()
5003 *uchardata++ = XCL_RANGE; in add_to_class_internal()
6046 *class_uchardata++ = XCL_RANGE; in compile_branch()
Dpcre2_jit_compile.c7460 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7653 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7744 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7763 else if (*cc == XCL_RANGE) in compile_xclass_matchingpath()
7770 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
/external/pcre/dist2/
DHACKING597 XCL_RANGE two characters follow
603 indicated in the bit map, and the rest with XCL_RANGE.