Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c764 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
866 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
H A Dpcre2_internal.h1818 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1820 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre2_match.c2650 chartype = UCD_CHARTYPE(fc); in match()
2681 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3382 chartype = UCD_CHARTYPE(fc); in match()
3419 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3908 chartype = UCD_CHARTYPE(fc); in match()
3943 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
H A Dpcre2_compile.c2299 type = UCD_CHARTYPE(c); in read_name()
2315 type = UCD_CHARTYPE(c); in read_name()

Completed in 57 milliseconds