Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c2207 int cat = UCD_CATEGORY(c); in match()
2231 int cat = UCD_CATEGORY(c); in match()
2258 int cat = UCD_CATEGORY(c); in match()
2282 int cat = UCD_CATEGORY(c); in match()
4246 category = UCD_CATEGORY(c); in match()
4274 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match()
4291 category = UCD_CATEGORY(c); in match()
4991 category = UCD_CATEGORY(c); in match()
5042 category = UCD_CATEGORY(c); in match()
5502 category = UCD_CATEGORY(c); in match()
[all …]
H A Dpcre_internal.h2789 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro

Completed in 26 milliseconds