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

/freebsd-9.3-release/contrib/less/
H A Dcharset.h11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) macro
H A Dcharset.c555 if (!IS_UTF8_TRAIL(s[i]))
696 while (p > limit && IS_UTF8_TRAIL(p[-1]))
H A Dline.c804 } else if (IS_UTF8_TRAIL(c))
H A Dcmdbuf.c1260 } else if (IS_UTF8_TRAIL(c))

Completed in 109 milliseconds