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