Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c2710 category = UCD_CATEGORY(fc); in match()
2738 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
2755 category = UCD_CATEGORY(fc); in match()
3454 category = UCD_CATEGORY(fc); in match()
3486 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3506 category = UCD_CATEGORY(fc); in match()
3976 category = UCD_CATEGORY(fc); in match()
4007 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
4027 category = UCD_CATEGORY(fc); in match()
5857 int cat = UCD_CATEGORY(fc); in match()
[all …]
H A Dpcre2_internal.h1820 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro
H A Dpcre2_dfa_match.c1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()
1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()

Completed in 34 milliseconds