uchardata        4290 ext/pcre/pcrelib/pcre_compile.c   pcre_uchar *uchardata = *uchardptr;
uchardata        4296 ext/pcre/pcrelib/pcre_compile.c       *uchardata++ = XCL_RANGE;
uchardata        4297 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(start, uchardata);
uchardata        4298 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(end, uchardata);
uchardata        4302 ext/pcre/pcrelib/pcre_compile.c       *uchardata++ = XCL_SINGLE;
uchardata        4303 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(start, uchardata);
uchardata        4317 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = XCL_RANGE;
uchardata        4318 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = start;
uchardata        4319 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = end;
uchardata        4323 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = XCL_SINGLE;
uchardata        4324 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = start;
uchardata        4328 ext/pcre/pcrelib/pcre_compile.c   *uchardptr = uchardata;   /* Updata extra data pointer */