Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c1663 size_t replaced_str_index = 0; in str_replace() local
1674 replaced_str_index += new_len; in str_replace()
1683 memcpy(data + replaced_str_index, offset_ptr, old_occurrence - offset_ptr); in str_replace()
1685 replaced_str_index += old_occurrence - offset_ptr; in str_replace()
1688 memcpy(data + replaced_str_index, new, new_len); in str_replace()
1690 replaced_str_index += new_len; in str_replace()
1698 memcpy(data + replaced_str_index, offset_ptr, str_len_remain); in str_replace()
1700 replaced_str_index += str_len_remain; in str_replace()
1709 vstr_init_len(&vstr, replaced_str_index); in str_replace()

Completed in 6 milliseconds