Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_codecsmodule.c930 _codecs_oem_encode_impl(PyObject *module, PyObject *str, const char *errors) in _codecs_oem_encode_impl() function
/third_party/python/Modules/clinic/
D_codecsmodule.c.h2593 _codecs_oem_encode_impl(PyObject *module, PyObject *str, const char *errors);
2635 return_value = _codecs_oem_encode_impl(module, str, errors); in _codecs_oem_encode()