Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c801 uint chars_to_del_len; in str_uni_strip() local
806 chars_to_del_len = sizeof(whitespace) - 1; in str_uni_strip()
813 chars_to_del_len = l; in str_uni_strip()
828 if (find_subbytes(chars_to_del, chars_to_del_len, &orig_str[i], 1, 1) == NULL) { in str_uni_strip()

Completed in 6 milliseconds