Home | History | Annotate | Download | only in dist

Lines Matching refs:FORWARDCHAR

620 /* #define FORWARDCHAR(eptr) */
797 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++
893 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++
955 #define FORWARDCHAR(eptr) do { } while (0)