Searched refs:decode_verifyutf8_inl (Results 1 – 3 of 3) sorted by relevance
45 bool decode_verifyutf8_inl(const char *buf, int len) { in decode_verifyutf8_inl() function
656 if (!decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_verifyutf8()776 if (validate_utf8 && !decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_copystring()848 if (validate_utf8 && !decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_string()
173 if (!decode_verifyutf8_inl(buf, len)) decode_err(d); in decode_verifyutf8()