Home
last modified time | relevance | path

Searched refs:utf8_check (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dunicode.h33 bool utf8_check(const byte *p, size_t len);
A Dunicode.c183 bool utf8_check(const byte *p, size_t len) { in utf8_check() function
A Dobjstr.c165 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 8 milliseconds