Searched refs:ucp_Z (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_xclass.c | 183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV() 223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
|
H A D | pcre2_ucp.h | 65 ucp_Z /* Separator */ enumerator
|
H A D | pcre2_auto_possess.c | 171 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */ 237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
|
H A D | pcre2_tables.c | 135 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */ 816 { 1489, PT_GC, ucp_Z },
|
H A D | pcre2_dfa_match.c | 1203 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1461 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1702 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1968 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
|
H A D | pcre2_match.c | 2400 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match() 2665 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match() 3413 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match() 3934 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
|
Completed in 72 milliseconds