H A D | transmogrify.h | 280 const char *to_s, Py_ssize_t to_len, in stringlib_replace_interleave() 320 memcpy(result_s, to_s, to_len); in stringlib_replace_interleave() 326 memcpy(result_s, to_s, to_len); in stringlib_replace_interleave() 331 result_s[0] = to_s[0]; in stringlib_replace_interleave() 336 result_s[0] = to_s[0]; in stringlib_replace_interleave() 495 const char *to_s, Py_ssize_t to_len, in stringlib_replace_substring_in_place() 526 memcpy(start, to_s, from_len); in stringlib_replace_substring_in_place() 536 memcpy(start + offset, to_s, from_len); in stringlib_replace_substring_in_place() 547 const char *to_s, Py_ssize_t to_len, in stringlib_replace_single_character() 589 memcpy(result_s, to_s, to_le in stringlib_replace_single_character() 279 stringlib_replace_interleave(PyObject *self, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_interleave() 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 545 stringlib_replace_single_character(PyObject *self, char from_c, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_single_character() 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...] |