Searched refs:from_s (Results 1 – 1 of 1) sorted by relevance
/third_party/python/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 …]
|