Searched refs:PyUnicode_Translate (Results 1 – 10 of 10) sorted by relevance
212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro1223 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
893 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
1667 PyUnicode_Translate:PyObject*::+1:1668 PyUnicode_Translate:PyObject*:str:0:1669 PyUnicode_Translate:PyObject*:table:0:1670 PyUnicode_Translate:const char*:errors::
711 PyUnicode_Translate=python39.PyUnicode_Translate
2691 PyUnicode_Translate:PyObject*::+1:2692 PyUnicode_Translate:PyObject*:str:0:2693 PyUnicode_Translate:PyObject*:table:0:2694 PyUnicode_Translate:const char*:errors::
1506 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)1532 :c:func:`PyUnicode_Translate`. or :ref:`generic codec based API
1016 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
2238 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
5196 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
9265 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function