GETUTF16INC 785 pcre/pcrelib/pcre_internal.h if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr); GETUTF16INC 792 pcre/pcrelib/pcre_internal.h if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);