Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c137 BOOL isprop = t == XCL_PROP; in PRIV()
Dpcre2_printint.c719 case XCL_PROP: in pcre2_printint()
Dpcre2_internal.h1248 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
Dpcre2_compile.c5287 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5466 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
Dpcre2_jit_compile.c6495 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
6517 if (cc[-1] == XCL_PROP) in compile_xclass_matchingpath()
6670 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
6776 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7457 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
/external/pcre/dist2/
DHACKING596 XCL_PROP a Unicode property (type, value) follows