Home
last modified time | relevance | path

Searched refs:IS_UTF8_TRAIL (Results 1 – 4 of 4) sorted by relevance

/src/contrib/less/
H A Dcharset.h11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) macro
H A Dcharset.c637 if (!IS_UTF8_TRAIL(ss[i])) in is_utf8_well_formed()
789 while (p > limit && IS_UTF8_TRAIL(p[-1])) in step_charc()
H A Dcmdbuf.c1312 } else if (IS_UTF8_TRAIL(c)) in cmd_uchar()
H A Dline.c1139 } else if (IS_UTF8_TRAIL(c)) in pappend_b()