Searched refs:replace_single_character (Results 1 – 3 of 3) sorted by relevance
1839 replace_single_character(PyByteArrayObject *self, in replace_single_character() function2031 return replace_single_character(self, from_s[0], in replace()
2610 replace_single_character(PyStringObject *self, in replace_single_character() function2801 return replace_single_character(self, from_s[0], in replace()
1213 def replace_single_character(STR): function