GETUTF16          838 ext/pcre/pcrelib/pcre_internal.h   if ((c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
GETUTF16          845 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);