Searched defs:PyUnicode_Replace (Results 1 – 2 of 2) sorted by relevance
205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
7271 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function