Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c104 if (t == XCL_SINGLE) in PRIV()
Dpcre2_internal.h1246 #define XCL_SINGLE 1 /* Single item (one multibyte char) follows */ macro
Dpcre2_compile.c4618 *uchardata++ = XCL_SINGLE; in add_to_class_internal()
4639 *uchardata++ = XCL_SINGLE; in add_to_class_internal()
Dpcre2_jit_compile.c6471 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
6657 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
6723 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
6728 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
6754 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
/external/pcre/dist2/
DHACKING594 XCL_SINGLE one character follows