Searched refs: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() argument 1685 from_s, from_len, in replace_delete_substring() 1706 from_s, from_len, in replace_delete_substring() 1769 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 1784 from_s, from_len, in replace_substring_in_place() 1806 from_s, from_len, in replace_substring_in_place() 1887 const char *from_s, Py_ssize_t from_len, in replace_substring() argument 1901 from_s, from_len, in replace_substring() 1931 from_s, from_len, in replace_substring() 1959 const char *from_s, Py_ssize_t from_len, in replace() argument [all …]
|
D | stringobject.c | 2459 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 2471 from_s, from_len, in replace_delete_substring() 2492 from_s, from_len, in replace_delete_substring() 2555 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 2570 from_s, from_len, in replace_substring_in_place() 2592 from_s, from_len, in replace_substring_in_place() 2673 const char *from_s, Py_ssize_t from_len, in replace_substring() argument 2686 from_s, from_len, in replace_substring() 2716 from_s, from_len, in replace_substring() 2744 const char *from_s, Py_ssize_t from_len, in replace() argument [all …]
|