Searched refs:UCD_CHARTYPE (Results 1 – 4 of 4) sorted by relevance
709 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()811 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
1805 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro1807 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
2578 chartype = UCD_CHARTYPE(fc); in match()2609 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3310 chartype = UCD_CHARTYPE(fc); in match()3347 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3836 chartype = UCD_CHARTYPE(fc); in match()3871 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
2277 type = UCD_CHARTYPE(c); in read_name()2293 type = UCD_CHARTYPE(c); in read_name()