Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_codecsmodule.c915 _codecs_mbcs_encode_impl(PyObject *module, PyObject *str, const char *errors) in _codecs_mbcs_encode_impl() function
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h2532 _codecs_mbcs_encode_impl(PyObject *module, PyObject *str, const char *errors);
2574 return_value = _codecs_mbcs_encode_impl(module, str, errors); in _codecs_mbcs_encode()