Searched refs:GETUTF16INC (Results 1 – 2 of 2) sorted by relevance
407 #define GETUTF16INC(c, eptr) \ macro415 if ((c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);422 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
807 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, p); in set_table_bit()
Completed in 17 milliseconds