Searched refs:XCL_NOTPROP (Results 1 – 4 of 4) sorted by relevance
1836 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
347 XCL_NOTPROP a Unicode property (type, value) follows
4838 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()5064 if (*cc == XCL_NOTPROP) in compile_xclass_matchingpath()5072 if ((cc[-1] == XCL_NOTPROP && compares > 0) || (cc[-1] == XCL_PROP && compares == 0)) in compile_xclass_matchingpath()5075 else if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()5420 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
5042 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()5241 XCL_PROP : XCL_NOTPROP; in compile_branch()
Completed in 83 milliseconds