Home | History | Annotate | Download | only in src

Lines Matching refs:FORWARDCHARTEST

59 #undef FORWARDCHARTEST
344 #define FORWARDCHARTEST(eptr,end) while(eptr < end && (*eptr & 0xc0u) == 0x80u) eptr++
450 #define FORWARDCHARTEST(eptr,end) if (eptr < end && (*eptr & 0xfc00u) == 0xdc00u) eptr++
524 #define FORWARDCHARTEST(eptr,end) do { } while (0)