Searched refs:ucp_Z (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV() 222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
|
H A D | ucp.h | 28 ucp_Z /* Separator */ enumerator
|
H A D | pcre_tables.c | 115 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */ 717 { 1275, PT_GC, ucp_Z },
|
H A D | pcre_exec.c | 2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match() 4276 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match() 5024 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match() 5534 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match()
|
H A D | pcre_compile.c | 806 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */ 2849 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
|
Completed in 59 milliseconds