Searched defs:NOT_FIRSTCU (Results 1 – 1 of 1) sorted by relevance
296 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u) macro382 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u) macro477 #define NOT_FIRSTCU(c) (0) macro
Completed in 14 milliseconds