Searched defs:U8_IS_TRAIL (Results 1 – 2 of 2) sorted by relevance
189 #define U8_IS_TRAIL(c) ((int8_t)(c)<-0x40) macro