Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c1089 mymemreplace(const char *str, Py_ssize_t len, /* input string */ in mymemreplace() function
1192 new_s = mymemreplace(str,len,pat,pat_len,sub,sub_len,count,&out_len); in strop_replace()