Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c103 if (t == XCL_SINGLE) in PRIV()
Dpcre_internal.h1821 #define XCL_SINGLE 1 /* Single item (one multibyte char) follows */ macro
DHACKING344 XCL_SINGLE one character follows
Dpcre_compile.c4234 *uchardata++ = XCL_SINGLE; in add_to_class()
4255 *uchardata++ = XCL_SINGLE; in add_to_class()
Dpcre_jit_compile.c4766 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
4959 if (*cc == XCL_SINGLE) in compile_xclass_matchingpath()
4964 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
4990 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()