Home
last modified time | relevance | path

Searched refs:IS_UTF8_LEAD (Results 1 – 5 of 5) sorted by relevance

/src/contrib/less/
H A Dcharset.h18 #define IS_UTF8_LEAD(c) (((c) & 0xC0) == 0xC0 && !IS_UTF8_INVALID(c)) macro
H A Dcvt.c78 !IS_ASCII_OCTET(*dst) && !IS_UTF8_LEAD(*dst)); in cvt_text()
H A Dcharset.c649 } while (*pp < limit && !IS_UTF8_LEAD((*pp)[0] & 0377) && !IS_ASCII_OCTET((*pp)[0])); in utf_skip_to_lead()
H A Dcmdbuf.c1302 else if (IS_UTF8_LEAD(c)) in cmd_uchar()
H A Dline.c1131 else if (IS_UTF8_LEAD(c)) in pappend_b()