Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h928 _codecs_unicode_internal_encode_impl(PyObject *module, PyObject *obj,
942 return_value = _codecs_unicode_internal_encode_impl(module, obj, errors); in _codecs_unicode_internal_encode()
/external/python/cpython3/Modules/
D_codecsmodule.c697 _codecs_unicode_internal_encode_impl(PyObject *module, PyObject *obj, in _codecs_unicode_internal_encode_impl() function