Searched refs:_PyUnicode_TranslateCharmap (Results 1 – 1 of 1) sorted by relevance
9398 _PyUnicode_TranslateCharmap(PyObject *input, in _PyUnicode_TranslateCharmap() function9528 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()