Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7677 unicode_translate(PyUnicodeObject *self, PyObject *table) in unicode_translate() function
/external/python/cpython3/Objects/
Dunicodeobject.c13869 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function