Home
last modified time | relevance | path

Searched refs:PyUnicode_Translate (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro
299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro
1223 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/external/python/cpython2/Doc/data/
Drefcounts.dat1667 PyUnicode_Translate:PyObject*::+1:
1668 PyUnicode_Translate:PyObject*:str:0:
1669 PyUnicode_Translate:PyObject*:table:0:
1670 PyUnicode_Translate:const char*:errors::
/external/python/cpython3/PC/
Dpython3.def711 PyUnicode_Translate=python37.PyUnicode_Translate
/external/python/cpython3/Doc/data/
Drefcounts.dat2650 PyUnicode_Translate:PyObject*::+1:
2651 PyUnicode_Translate:PyObject*:str:0:
2652 PyUnicode_Translate:PyObject*:table:0:
2653 PyUnicode_Translate:const char*:errors::
/external/python/cpython3/Include/
Dunicodeobject.h1965 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/external/python/cpython3/Doc/c-api/
Dunicode.rst1478 .. c:function:: PyObject* PyUnicode_Translate(PyObject *unicode, \
1500 :c:func:`PyUnicode_Translate`. or :ref:`generic codec based API
1591 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, \
/external/python/cpython2/Doc/c-api/
Dunicode.rst1016 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
/external/python/cpython2/Objects/
Dstringobject.c2238 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
Dunicodeobject.c5196 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
/external/python/cpython3/Objects/
Dunicodeobject.c9066 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function