Searched refs:UCD_CHARTYPE (Results 1 – 3 of 3) sorted by relevance
695 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()797 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
1766 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro1768 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
2577 chartype = UCD_CHARTYPE(fc); in match()2608 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3309 chartype = UCD_CHARTYPE(fc); in match()3346 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3835 chartype = UCD_CHARTYPE(fc); in match()3870 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
Completed in 30 milliseconds