ucp_gentype 2841 ext/pcre/pcrelib/pcre_compile.c return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; ucp_gentype 2852 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2853 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; ucp_gentype 2868 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; ucp_gentype 2873 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2874 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || ucp_gentype 2574 ext/pcre/pcrelib/pcre_exec.c if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) ucp_gentype 2591 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2592 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) ucp_gentype 2610 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == ucp_gentype 2617 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 2618 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || ucp_gentype 2777 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(ucp_gentype)[]; ucp_gentype 2793 ext/pcre/pcrelib/pcre_internal.h #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] ucp_gentype 107 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(ucp_gentype)[] = { ucp_gentype 150 ext/pcre/pcrelib/pcre_xclass.c if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) ucp_gentype 163 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 164 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) ucp_gentype 182 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) ucp_gentype 189 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || ucp_gentype 190 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) ucp_gentype 222 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && ucp_gentype 223 ext/pcre/pcrelib/pcre_xclass.c (PRIV(ucp_gentype)[prop->chartype] != ucp_C || ucp_gentype 236 ext/pcre/pcrelib/pcre_xclass.c (PRIV(ucp_gentype)[prop->chartype] != ucp_C || ucp_gentype 248 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || ucp_gentype 249 ext/pcre/pcrelib/pcre_xclass.c (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)