Home | History | Annotate | Download | only in src

Lines Matching refs:NOT_FIRSTCU

75 #undef NOT_FIRSTCU
255 /* #define NOT_FIRSTCU(c) */
291 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u)
377 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u)
472 #define NOT_FIRSTCU(c) (0)