Searched refs:from_s (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/stringlib/ |
H A D | transmogrify.h | 395 const char *from_s, Py_ssize_t from_len, in stringlib_replace_delete_substring() 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() 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() 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_ in stringlib_replace() 394 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) stringlib_replace_delete_substring() argument 493 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring_in_place() argument 609 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring() argument 678 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace() argument [all...] |
Completed in 2 milliseconds