Searched refs:from_s (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 395 const char *from_s, Py_ssize_t from_len, in stringlib_replace_delete_substring() argument 408 from_s, from_len, in stringlib_replace_delete_substring() 429 from_s, from_len, in stringlib_replace_delete_substring() 494 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring_in_place() argument 509 from_s, from_len, in stringlib_replace_substring_in_place() 532 from_s, from_len, in stringlib_replace_substring_in_place() 610 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring() argument 624 from_s, from_len, in stringlib_replace_substring() 651 from_s, from_len, in stringlib_replace_substring() 679 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 …]
|