uchardata        4292 ext/pcre/pcrelib/pcre_compile.c   pcre_uchar *uchardata = *uchardptr;
uchardata        4298 ext/pcre/pcrelib/pcre_compile.c       *uchardata++ = XCL_RANGE;
uchardata        4299 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(start, uchardata);
uchardata        4300 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(end, uchardata);
uchardata        4304 ext/pcre/pcrelib/pcre_compile.c       *uchardata++ = XCL_SINGLE;
uchardata        4305 ext/pcre/pcrelib/pcre_compile.c       uchardata += PRIV(ord2utf)(start, uchardata);
uchardata        4319 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = XCL_RANGE;
uchardata        4320 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = start;
uchardata        4321 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = end;
uchardata        4325 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = XCL_SINGLE;
uchardata        4326 ext/pcre/pcrelib/pcre_compile.c     *uchardata++ = start;
uchardata        4330 ext/pcre/pcrelib/pcre_compile.c   *uchardptr = uchardata;   /* Updata extra data pointer */