Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h1194 {"translate", (PyCFunction)unicode_translate, METH_O, unicode_translate__doc__},
/third_party/python/Objects/
Dunicodeobject.c13609 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function