Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
888 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
H A Dpcre2_internal.h1850 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1852 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre2_match.c2691 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()
H A Dpcre2_compile.c2407 type = UCD_CHARTYPE(c); in read_name()
2423 type = UCD_CHARTYPE(c); in read_name()

Completed in 45 milliseconds