Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9078 unicode_fast_translate(PyObject *input, PyObject *mapping, in unicode_fast_translate() function
9171 res = unicode_fast_translate(input, mapping, &writer, ignore, &i); in _PyUnicode_TranslateCharmap()