Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h1045 _codecs_utf_16_le_encode_impl(PyObject *module, PyObject *str,
1059 return_value = _codecs_utf_16_le_encode_impl(module, str, errors); in _codecs_utf_16_le_encode()
/external/python/cpython3/Modules/
D_codecsmodule.c798 _codecs_utf_16_le_encode_impl(PyObject *module, PyObject *str, in _codecs_utf_16_le_encode_impl() function