Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c136 BOOL isprop = t == XCL_PROP; in PRIV()
Dpcre_printint.c722 case XCL_PROP: in pcre_printint()
Dpcre_internal.h1823 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
DHACKING346 XCL_PROP a Unicode property (type, value) follows
Dpcre_compile.c4970 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5153 XCL_PROP : XCL_NOTPROP; in compile_branch()
Dpcre_jit_compile.c4790 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
5020 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0)) in compile_xclass_matchingpath()
5368 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()