Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h1096 unicode_maketrans_impl(PyObject *x, PyObject *y, PyObject *z);
1133 return_value = unicode_maketrans_impl(x, y, z); in unicode_maketrans()
/third_party/python/Objects/
Dunicodeobject.c13748 unicode_maketrans_impl(PyObject *x, PyObject *y, PyObject *z) in unicode_maketrans_impl() function