Searched defs:utf8_checker (Results 1 – 1 of 1) sorted by relevance
13992 struct utf8_checker { struct13994 simd8<uint8_t> error;13996 simd8<uint8_t> prev_input_block;13998 simd8<uint8_t> prev_incomplete;14003 …_really_inline void check_utf8_bytes(const simd8<uint8_t> input, const simd8<uint8_t> prev_input) { in check_utf8_bytes()14014 simdutf_really_inline void check_eof() { in check_eof()14020 simdutf_really_inline void check_next_input(const simd8x64<uint8_t>& input) { in check_next_input()14043 simdutf_really_inline bool errors() const { in errors()21635 struct utf8_checker { struct21637 simd8<uint8_t> error;[all …]