Searched defs:from_s (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1672 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() 1769 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() 1887 const char *from_s, Py_ssize_t from_len, in replace_substring() 1959 const char *from_s, Py_ssize_t from_len, in replace()
|
D | stringobject.c | 2459 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() 2555 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() 2673 const char *from_s, Py_ssize_t from_len, in replace_substring() 2744 const char *from_s, Py_ssize_t from_len, in replace() 2824 const char *from_s, *to_s; in string_replace() local
|