Home
last modified time | relevance | path

Searched refs:_Py_EncodeUTF8Ex (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_fileutils.h23 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
/external/python/cpython3/Python/
Dfileutils.c731 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
740 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
748 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
/external/python/cpython3/Objects/
Dunicodeobject.c5291 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() function
15996 res = _Py_EncodeUTF8Ex(wstr, str, NULL, NULL, 1, _Py_ERROR_STRICT); in encode_wstr_utf8()