Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9398 _PyUnicode_TranslateCharmap(PyObject *input, in _PyUnicode_TranslateCharmap() function
9528 result = _PyUnicode_TranslateCharmap(unicode, mapping, errors); in PyUnicode_TranslateCharmap()
9540 return _PyUnicode_TranslateCharmap(str, mapping, errors); in PyUnicode_Translate()
13872 return _PyUnicode_TranslateCharmap(self, table, "ignore"); in unicode_translate()