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