Home
last modified time | relevance | path

Searched refs:ucp_Z (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_xclass.c182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
Ducp.h28 ucp_Z /* Separator */ enumerator
Dpcre_tables.c115 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
717 { 1275, PT_GC, ucp_Z },
Dpcre_dfa_exec.c1117 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()
Dpcre_exec.c2610 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()
Dpcre_compile.c816 { 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()