Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c709 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
811 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
Dpcre2_internal.h1805 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1807 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
Dpcre2_match.c2578 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()
Dpcre2_compile.c2277 type = UCD_CHARTYPE(c); in read_name()
2293 type = UCD_CHARTYPE(c); in read_name()