xclass           3618 ext/pcre/pcrelib/pcre_compile.c       if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
xclass           4508 ext/pcre/pcrelib/pcre_compile.c BOOL xclass;
xclass           4897 ext/pcre/pcrelib/pcre_compile.c     xclass = FALSE;
xclass           4943 ext/pcre/pcrelib/pcre_compile.c       if (class_uchardata > class_uchardata_base) xclass = TRUE;
xclass           5063 ext/pcre/pcrelib/pcre_compile.c                 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET))
xclass           5514 ext/pcre/pcrelib/pcre_compile.c     if (class_uchardata > class_uchardata_base) xclass = TRUE;
xclass           5536 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation ||
xclass           5539 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation))
xclass           3156 ext/pcre/pcrelib/pcre_exec.c         if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
xclass           3180 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
xclass           3203 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) break;
xclass           2751 ext/pcre/pcrelib/pcre_internal.h extern BOOL              PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
xclass             67 ext/pcre/pcrelib/pcre_xclass.c PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)