Searched refs:UCD_CHARTYPE (Results 1 – 4 of 4) sorted by relevance
786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()888 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
1850 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro1852 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
2691 chartype = UCD_CHARTYPE(fc); in match()2722 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) in match()3477 chartype = UCD_CHARTYPE(fc); in match()3514 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()4066 chartype = UCD_CHARTYPE(fc); in match()4100 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) break; in match()
2407 type = UCD_CHARTYPE(c); in read_name()2423 type = UCD_CHARTYPE(c); in read_name()
Completed in 69 milliseconds