Searched refs:from_s (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 353 const char *from_s, Py_ssize_t from_len, in stringlib_replace_delete_substring() argument 366 from_s, from_len, in stringlib_replace_delete_substring() 387 from_s, from_len, in stringlib_replace_delete_substring() 452 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring_in_place() argument 467 from_s, from_len, in stringlib_replace_substring_in_place() 490 from_s, from_len, in stringlib_replace_substring_in_place() 568 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring() argument 582 from_s, from_len, in stringlib_replace_substring() 609 from_s, from_len, in stringlib_replace_substring() 637 const char *from_s, Py_ssize_t from_len, in stringlib_replace() argument [all …]
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1692 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 1705 from_s, from_len, in replace_delete_substring() 1726 from_s, from_len, in replace_delete_substring() 1789 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 1804 from_s, from_len, in replace_substring_in_place() 1826 from_s, from_len, in replace_substring_in_place() 1903 const char *from_s, Py_ssize_t from_len, in replace_substring() argument 1917 from_s, from_len, in replace_substring() 1943 from_s, from_len, in replace_substring() 1971 const char *from_s, Py_ssize_t from_len, in replace() argument [all …]
|
D | stringobject.c | 2464 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 2476 from_s, from_len, in replace_delete_substring() 2497 from_s, from_len, in replace_delete_substring() 2560 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 2575 from_s, from_len, in replace_substring_in_place() 2597 from_s, from_len, in replace_substring_in_place() 2674 const char *from_s, Py_ssize_t from_len, in replace_substring() argument 2687 from_s, from_len, in replace_substring() 2713 from_s, from_len, in replace_substring() 2741 const char *from_s, Py_ssize_t from_len, in replace() argument [all …]
|