Searched refs:GETUTF16INC (Results 1 – 2 of 2) sorted by relevance
408 #define GETUTF16INC(c, eptr) \ macro416 if ((c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);423 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
781 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, p); in set_table_bit()