Searched refs:_codecs_charmap_encode_impl (Results 1 – 2 of 2) sorted by relevance
1307 _codecs_charmap_encode_impl(PyObject *module, PyObject *str,1322 return_value = _codecs_charmap_encode_impl(module, str, errors, mapping); in _codecs_charmap_encode()
951 _codecs_charmap_encode_impl(PyObject *module, PyObject *str, in _codecs_charmap_encode_impl() function