Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dreplace.h8 STRINGLIB(replace_1char_inplace)(STRINGLIB_CHAR* s, STRINGLIB_CHAR* end, in STRINGLIB() argument
/external/python/cpython3/Objects/
Dunicodeobject.c10638 replace_1char_inplace(PyObject *u, Py_ssize_t pos, in replace_1char_inplace() function
10721 replace_1char_inplace(u, pos, u1, u2, maxcount); in replace()