chartype         2834 ext/pcre/pcrelib/pcre_compile.c   return (prop->chartype == ucp_Lu ||
chartype         2835 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Ll ||
chartype         2836 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Lt) == negated;
chartype         2839 ext/pcre/pcrelib/pcre_compile.c   return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
chartype         2842 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->chartype) == negated;
chartype         2850 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype         2851 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
chartype         2866 ext/pcre/pcrelib/pcre_compile.c     return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
chartype         2871 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype         2872 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
chartype         2565 ext/pcre/pcrelib/pcre_exec.c         if ((prop->chartype == ucp_Lu ||
chartype         2566 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Ll ||
chartype         2567 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
chartype         2572 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
chartype         2577 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != prop->chartype) == (op == OP_PROP))
chartype         2589 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype         2590 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
chartype         2608 ext/pcre/pcrelib/pcre_exec.c           if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
chartype         2615 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype         2616 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
chartype         4179 ext/pcre/pcrelib/pcre_exec.c             int chartype;
chartype         4186 ext/pcre/pcrelib/pcre_exec.c             chartype = UCD_CHARTYPE(c);
chartype         4187 ext/pcre/pcrelib/pcre_exec.c             if ((chartype == ucp_Lu ||
chartype         4188 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Ll ||
chartype         4189 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Lt) == prop_fail_result)
chartype         4909 ext/pcre/pcrelib/pcre_exec.c             int chartype;
chartype         4919 ext/pcre/pcrelib/pcre_exec.c             chartype = UCD_CHARTYPE(c);
chartype         4920 ext/pcre/pcrelib/pcre_exec.c             if ((chartype == ucp_Lu ||
chartype         4921 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Ll ||
chartype         4922 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Lt) == prop_fail_result)
chartype         5429 ext/pcre/pcrelib/pcre_exec.c             int chartype;
chartype         5437 ext/pcre/pcrelib/pcre_exec.c             chartype = UCD_CHARTYPE(c);
chartype         5438 ext/pcre/pcrelib/pcre_exec.c             if ((chartype == ucp_Lu ||
chartype         5439 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Ll ||
chartype         5440 ext/pcre/pcrelib/pcre_exec.c                  chartype == ucp_Lt) == prop_fail_result)
chartype         2763 ext/pcre/pcrelib/pcre_internal.h   pcre_uint8 chartype;   /* ucp_Cc, etc. (general categories) */
chartype         2787 ext/pcre/pcrelib/pcre_internal.h #define UCD_CHARTYPE(ch)    GET_UCD(ch)->chartype
chartype         3078 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype));
chartype          143 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
chartype          144 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype == ucp_Lt) == isprop) return !negated;
chartype          148 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
chartype          153 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->chartype) == isprop) return !negated;
chartype          161 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype          162 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
chartype          180 ext/pcre/pcrelib/pcre_xclass.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
chartype          187 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
chartype          188 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
chartype          220 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z &&
chartype          221 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
chartype          222 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
chartype          232 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype != ucp_Zl &&
chartype          233 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype != ucp_Zp &&
chartype          234 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
chartype          235 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
chartype          246 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P ||
chartype          247 ext/pcre/pcrelib/pcre_xclass.c             (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)