utf_chars 4495 ext/pcre/pcrelib/pcre_compile.c pcre_uchar utf_chars[6]; utf_chars 5752 ext/pcre/pcrelib/pcre_compile.c memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */ utf_chars 5857 ext/pcre/pcrelib/pcre_compile.c memcpy(code, utf_chars, IN_UCHARS(c & 7)); utf_chars 5882 ext/pcre/pcrelib/pcre_compile.c memcpy(code, utf_chars, IN_UCHARS(c & 7)); utf_chars 5912 ext/pcre/pcrelib/pcre_compile.c memcpy(code, utf_chars, IN_UCHARS(c & 7));