Searched refs:_PyUnicode_TranslateCharmap (Results 1 – 1 of 1) sorted by relevance
8930 _PyUnicode_TranslateCharmap(PyObject *input, in _PyUnicode_TranslateCharmap() function9060 result = _PyUnicode_TranslateCharmap(unicode, mapping, errors); in PyUnicode_TranslateCharmap()9072 return _PyUnicode_TranslateCharmap(str, mapping, errors); in PyUnicode_Translate()13280 return _PyUnicode_TranslateCharmap(self, table, "ignore"); in unicode_translate()