Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c104 if (t == XCL_SINGLE) in PRIV()
Dpcre2_study.c1523 case XCL_SINGLE: in set_start_bits()
Dpcre2_internal.h1315 #define XCL_SINGLE 1 /* Single item (one multibyte char) follows */ macro
Dpcre2_jit_compile.c7538 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7752 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7791 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7829 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7892 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7967 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
7972 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7998 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
Dpcre2_compile.c5094 *uchardata++ = XCL_SINGLE; in add_to_class_internal()
5115 *uchardata++ = XCL_SINGLE; in add_to_class_internal()
/third_party/pcre2/pcre2/
DHACKING597 XCL_SINGLE one character follows