Home
last modified time | relevance | path

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

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