GETUTF16LEN       806 pcre/pcrelib/pcre_internal.h   if ((c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
GETUTF16LEN       814 pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);