Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c2708 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) in match()
2770 category = UCD_CATEGORY(fc); in match()
2798 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
2815 category = UCD_CATEGORY(fc); in match()
3571 category = UCD_CATEGORY(fc); in match()
3622 category = UCD_CATEGORY(fc); in match()
4151 category = UCD_CATEGORY(fc); in match()
4181 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
4201 category = UCD_CATEGORY(fc); in match()
6066 int cat = UCD_CATEGORY(fc); in match()
[all …]
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()
H A Dpcre2_internal.h1852 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro

Completed in 61 milliseconds