IS_UTF8_TRAIL
} while (utf_mode && IS_UTF8_TRAIL(ps[-sz]));
if (!IS_UTF8_TRAIL(s[i]))
while (p > limit && IS_UTF8_TRAIL(p[-1]))
} else if (IS_UTF8_TRAIL(c)) {
} while (dst > odst && IS_UTF8_TRAIL(*dst));