Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_fileutils.h23 PyAPI_FUNC(int) _Py_EncodeUTF8Ex(
/third_party/python/Python/
Dfileutils.c780 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
789 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
797 return _Py_EncodeUTF8Ex(text, str, error_pos, reason, in encode_locale_ex()
/third_party/python/Objects/
Dunicodeobject.c5489 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() function
16147 res = _Py_EncodeUTF8Ex(wstr, str, NULL, NULL, 1, _Py_ERROR_STRICT); in encode_wstr_utf8()