Searched refs:utf8_check (Results 1 – 3 of 3) sorted by relevance
33 bool utf8_check(const byte *p, size_t len);
183 bool utf8_check(const byte *p, size_t len) { in utf8_check() function
165 if (!utf8_check(str_data, str_len)) { in mp_obj_str_make_new()184 if (!utf8_check(bufinfo.buf, bufinfo.len)) { in mp_obj_str_make_new()
Completed in 9 milliseconds