Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c2771 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) in match()
2833 category = UCD_CATEGORY(fc); in match()
2861 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
3568 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3642 category = UCD_CATEGORY(fc); in match()
3673 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
4165 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) break; in match()
4231 category = UCD_CATEGORY(fc); in match()
4261 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
H A Dpcre2_internal.h1886 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro

Completed in 28 milliseconds