Lines Matching refs:from_s
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
2008 self, from_s[0], maxcount); in replace()
2010 return replace_delete_substring(self, from_s, from_len, maxcount); in replace()
2020 from_s[0], in replace()
2025 self, from_s, from_len, to_s, to_len, maxcount); in replace()
2031 return replace_single_character(self, from_s[0], in replace()
2035 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()