ucp_gentype 2839 ext/pcre/pcrelib/pcre_compile.c return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; ucp_gentype 2850 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2851 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; ucp_gentype 2866 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; ucp_gentype 2871 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2872 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || ucp_gentype 2572 ext/pcre/pcrelib/pcre_exec.c if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) ucp_gentype 2589 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2590 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) ucp_gentype 2608 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == ucp_gentype 2615 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2616 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || ucp_gentype 2773 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(ucp_gentype)[]; ucp_gentype 2789 ext/pcre/pcrelib/pcre_internal.h #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] ucp_gentype 105 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(ucp_gentype)[] = { ucp_gentype 148 ext/pcre/pcrelib/pcre_xclass.c if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) ucp_gentype 161 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 162 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) ucp_gentype 180 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) ucp_gentype 187 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 188 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) ucp_gentype 220 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && ucp_gentype 221 ext/pcre/pcrelib/pcre_xclass.c (PRIV(ucp_gentype)[prop->chartype] != ucp_C || ucp_gentype 234 ext/pcre/pcrelib/pcre_xclass.c (PRIV(ucp_gentype)[prop->chartype] != ucp_C || ucp_gentype 246 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || ucp_gentype 247 ext/pcre/pcrelib/pcre_xclass.c (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)