Home
last modified time | relevance | path

Searched defs:from_s (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h395 const char *from_s, Py_ssize_t from_len, in stringlib_replace_delete_substring()
494 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring_in_place()
610 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring()
679 const char *from_s, Py_ssize_t from_len, in stringlib_replace()
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c2464 const char *from_s, Py_ssize_t from_len, in replace_delete_substring()
2560 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place()
2674 const char *from_s, Py_ssize_t from_len, in replace_substring()
2741 const char *from_s, Py_ssize_t from_len, in replace()
2821 const char *from_s, *to_s; in string_replace() local
Dbytearrayobject.c1692 const char *from_s, Py_ssize_t from_len, in replace_delete_substring()
1789 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place()
1903 const char *from_s, Py_ssize_t from_len, in replace_substring()
1971 const char *from_s, Py_ssize_t from_len, in replace()