Searched refs:ucp_Z (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
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()
|
D | ucp.h | 28 ucp_Z /* Separator */ enumerator
|
D | pcre_tables.c | 115 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */ 717 { 1275, PT_GC, ucp_Z },
|
D | pcre_dfa_exec.c | 1117 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec() 1375 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec() 1627 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec() 1904 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec()
|
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()
|
D | pcre_compile.c | 816 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */ 2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
|