Searched refs:IS_UTF8_LEAD (Results 1 – 5 of 5) sorted by relevance
18 #define IS_UTF8_LEAD(c) (((c) & 0xC0) == 0xC0 && !IS_UTF8_INVALID(c)) macro
78 !IS_ASCII_OCTET(*dst) && !IS_UTF8_LEAD(*dst)); in cvt_text()
649 } while (*pp < limit && !IS_UTF8_LEAD((*pp)[0] & 0377) && !IS_ASCII_OCTET((*pp)[0])); in utf_skip_to_lead()
1302 else if (IS_UTF8_LEAD(c)) in cmd_uchar()
1131 else if (IS_UTF8_LEAD(c)) in pappend_b()