Home | History | Annotate | Download | only in src

Lines Matching refs:GETUTF16INC

402 #define GETUTF16INC(c, eptr) \
410 if ((c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
417 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);