Searched refs:PyUnicode_Translate (Results 1 – 7 of 7) sorted by relevance
913 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
2668 PyUnicode_Translate:PyObject*::+1:2669 PyUnicode_Translate:PyObject*:str:0:2670 PyUnicode_Translate:PyObject*:table:0:2671 PyUnicode_Translate:const char*:errors::
761 function,PyUnicode_Translate,3.2,
686 EXPORT_FUNC(PyUnicode_Translate)
1464 function PyUnicode_Translate
1495 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)1521 :c:func:`PyUnicode_Translate`. or :ref:`generic codec based API
9534 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function