Home
last modified time | relevance | path

Searched refs:UCD_CHARTYPE (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c695 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
797 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
Dpcre2_internal.h1766 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1768 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
Dpcre2_match.c2577 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()