Home
last modified time | relevance | path

Searched refs:unicode_translate (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h1194 {"translate", (PyCFunction)unicode_translate, METH_O, unicode_translate__doc__},
/external/python/cpython2/Objects/
Dunicodeobject.c7677 unicode_translate(PyUnicodeObject *self, PyObject *table) in unicode_translate() function
7934 {"translate", (PyCFunction) unicode_translate, METH_O, translate__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c13609 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function