Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dobjstr.c1665 const byte *old_occurrence; in str_replace() local
1677 …while (num_replacements_done != (size_t)max_rep && str_len_remain > 0 && (old_occurrence = find_su… in str_replace()
1679 old_occurrence += 1; 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()
1691 offset_ptr = old_occurrence + old_len; in str_replace()