Searched refs:ucp_Z (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_tables.c | 138 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
|
H A D | pcre2_xclass.c | 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV() 241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
|
H A D | pcre2_ucp.h | 65 ucp_Z, enumerator
|
H A D | pcre2_auto_possess.c | 174 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */ 246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
|
H A D | pcre2_dfa_match.c | 1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1494 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1749 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 2030 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
|
H A D | pcre2_match.c | 2485 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match() 2784 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match() 3588 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match() 4167 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
|
H A D | pcre2_ucptables.c | 1509 { 3521, PT_GC, ucp_Z },
|
Completed in 80 milliseconds