xclass           3616 ext/pcre/pcrelib/pcre_compile.c       if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
xclass           4506 ext/pcre/pcrelib/pcre_compile.c BOOL xclass;
xclass           4895 ext/pcre/pcrelib/pcre_compile.c     xclass = FALSE;
xclass           4941 ext/pcre/pcrelib/pcre_compile.c       if (class_uchardata > class_uchardata_base) xclass = TRUE;
xclass           5061 ext/pcre/pcrelib/pcre_compile.c                 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET))
xclass           5512 ext/pcre/pcrelib/pcre_compile.c     if (class_uchardata > class_uchardata_base) xclass = TRUE;
xclass           5534 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation ||
xclass           5537 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation))
xclass           3154 ext/pcre/pcrelib/pcre_exec.c         if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
xclass           3178 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
xclass           3201 ext/pcre/pcrelib/pcre_exec.c           if (!PRIV(xclass)(c, data, utf)) break;
xclass           2747 ext/pcre/pcrelib/pcre_internal.h extern BOOL              PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
xclass             65 ext/pcre/pcrelib/pcre_xclass.c PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)