Searched defs:utf8_checker (Results 1 – 1 of 1) sorted by relevance
15335 struct utf8_checker { struct15337 simd8<uint8_t> error;15339 simd8<uint8_t> prev_input_block;15341 simd8<uint8_t> prev_incomplete;15346 …_really_inline void check_utf8_bytes(const simd8<uint8_t> input, const simd8<uint8_t> prev_input) { in check_utf8_bytes()15357 simdutf_really_inline void check_eof() { in check_eof()15363 simdutf_really_inline void check_next_input(const simd8x64<uint8_t>& input) { in check_next_input()15386 simdutf_really_inline bool errors() const { in errors()24746 struct utf8_checker { struct24748 simd8<uint8_t> error;[all …]