Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDcharset.h11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) macro
HDcharset.c623 if (!IS_UTF8_TRAIL(ss[i])) in is_utf8_well_formed()
771 while (p > limit && IS_UTF8_TRAIL(p[-1])) in step_charc()
HDcmdbuf.c1244 } else if (IS_UTF8_TRAIL(c)) in cmd_char()
HDline.c976 } else if (IS_UTF8_TRAIL(c)) in pappend_b()