Searched refs:IS_UTF8_TRAIL (Results 1 – 4 of 4) sorted by relevance
11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) macro
623 if (!IS_UTF8_TRAIL(ss[i])) in is_utf8_well_formed()771 while (p > limit && IS_UTF8_TRAIL(p[-1])) in step_charc()
1244 } else if (IS_UTF8_TRAIL(c)) in cmd_char()
976 } else if (IS_UTF8_TRAIL(c)) in pappend_b()