Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9191 _PyUnicode_TranslateCharmap(PyObject *input, in _PyUnicode_TranslateCharmap() function
9317 return _PyUnicode_TranslateCharmap(str, mapping, errors); in PyUnicode_Translate()
13557 return _PyUnicode_TranslateCharmap(self, table, "ignore"); in unicode_translate()